Searched refs:white_space (Results 1 – 3 of 3) sorted by relevance
18 white_space [ \t]*107 {white_space} /* do nothing */
296 while (textp != begin_line && (white_space(*textp) || *textp == '\n')) in move_previous_word()333 while (*textp != '\n' && white_space(*textp)) in move_next_word()346 while (*textp != '\n' && white_space(*textp)) in move_next_word()
175 #define white_space(c) ((c) == ' ' || (c) == '\t') macro