Searched refs:white_space (Results 1 – 4 of 4) sorted by relevance
38 cset white_space("\n\r \t\f"); variable103 while (white_space(**pp)) in read_uint_arg()444 while (white_space(**pp)) in read_text_arg()451 for (; **pp != '\0' && !white_space(**pp); *pp += 1) in read_text_arg()557 while (white_space(**ptr)) in read_resource_arg()560 while (**ptr != '\0' && !white_space(**ptr)) in read_resource_arg()595 if (*bufp == '\0' || white_space(*bufp)) in matches_comment()744 while (white_space(**ptr)) in read_one_of()751 } while (**ptr != '\0' && !white_space(**ptr)); in read_one_of()788 while (white_space(*ptr)) in do_begin_data()[all …]
77 int white_space(); // is the current token space or tab?172 inline int token::white_space() in white_space() function
2736 } while (tok.white_space()); in process_input_stack()5801 cset white_space("\n\r \t"); variable5813 if ((c < 0x1b && !white_space(c)) || c == 0x7f) in ps_get_line()
4024 (white_space): Add `\f'.