Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/roff/troff/
HDtoken.h36 TOKEN_CHAR, // a normal printing character enumerator
189 return type == TOKEN_CHAR ? c : 0; in ch()
HDinput.cpp1845 type = TOKEN_CHAR; in next()
1943 type = TOKEN_CHAR; in next()
1951 type = TOKEN_CHAR; in next()
2239 case TOKEN_CHAR: in operator ==()
2260 case TOKEN_CHAR: in delimiter()
2311 case TOKEN_CHAR: in description()
2726 case token::TOKEN_CHAR: in process_input_stack()
2779 if (tok.type != token::TOKEN_CHAR) in process_input_stack()
6496 if (type == TOKEN_CHAR) in get_char()
6547 case TOKEN_CHAR: in add_to_node_list()
[all …]
/NextBSD/contrib/groff/
HDChangeLog4438 (process_input_stack) <token::TOKEN_CHAR, token::TOKEN_NEWLINE,