Searched refs:status_prompt_space (Results 1 – 1 of 1) sorted by relevance
828 status_prompt_space(const struct utf8_data *ud) in status_prompt_space() function1059 while (first > c->prompt_buffer && !status_prompt_space(first)) in status_prompt_replace_complete()1061 while (first->size != 0 && status_prompt_space(first)) in status_prompt_replace_complete()1064 while (last->size != 0 && !status_prompt_space(last)) in status_prompt_replace_complete()1066 while (last > c->prompt_buffer && status_prompt_space(last)) in status_prompt_replace_complete()1125 status_prompt_space(&c->prompt_buffer[idx])) in status_prompt_forward_word()1137 !status_prompt_space(&c->prompt_buffer[idx]); in status_prompt_forward_word()1142 if (status_prompt_space(&c->prompt_buffer[idx])) { in status_prompt_forward_word()1146 status_prompt_space(&c->prompt_buffer[idx])) in status_prompt_forward_word()1174 } while (status_prompt_space(&c->prompt_buffer[idx])); in status_prompt_end_word()[all …]