Lines Matching refs:sep
82 const char *sep = strchr(t, '\n'); in ui_browser__input_window() local
84 if (sep == NULL) in ui_browser__input_window()
85 sep = strchr(t, '\0'); in ui_browser__input_window()
86 len = sep - t; in ui_browser__input_window()
90 if (*sep == '\0') in ui_browser__input_window()
92 t = sep + 1; in ui_browser__input_window()
173 const char *sep = strchr(t, '\n'); in ui__question_window() local
176 if (sep == NULL) in ui__question_window()
177 sep = strchr(t, '\0'); in ui__question_window()
178 len = sep - t; in ui__question_window()
182 if (*sep == '\0') in ui__question_window()
184 t = sep + 1; in ui__question_window()