Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/devices/grops/
HDpsrm.cpp38 cset white_space("\n\r \t\f"); variable
103 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 …]
/NextBSD/contrib/groff/src/roff/troff/
HDtoken.h77 int white_space(); // is the current token space or tab?
172 inline int token::white_space() in white_space() function
HDinput.cpp2736 } while (tok.white_space()); in process_input_stack()
5801 cset white_space("\n\r \t"); variable
5813 if ((c < 0x1b && !white_space(c)) || c == 0x7f) in ps_get_line()
/NextBSD/contrib/groff/
HDChangeLog4024 (white_space): Add `\f'.