Home
last modified time | relevance | path

Searched refs:white_space (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/flex/dist/examples/manual/
H A Dpascal.lex18 white_space [ \t]*
107 {white_space} /* do nothing */
/minix3/minix/usr.bin/mined/
H A Dmined2.c296 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()
H A Dmined.h175 #define white_space(c) ((c) == ' ' || (c) == '\t') macro