Lines Matching refs:sep
83 const char *sep = strchr(t, '\n'); in ui_browser__input_window() local
85 if (sep == NULL) in ui_browser__input_window()
86 sep = strchr(t, '\0'); in ui_browser__input_window()
87 len = sep - t; in ui_browser__input_window()
91 if (*sep == '\0') in ui_browser__input_window()
93 t = sep + 1; in ui_browser__input_window()
174 const char *sep = strchr(t, '\n'); in ui__question_window() local
177 if (sep == NULL) in ui__question_window()
178 sep = strchr(t, '\0'); in ui__question_window()
179 len = sep - t; in ui__question_window()
183 if (*sep == '\0') in ui__question_window()
185 t = sep + 1; in ui__question_window()