Searched refs:TOKEN_CHAR (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dtoken.h38 TOKEN_CHAR, // a normal printing character enumerator in enum:token::token_type
191 return type == TOKEN_CHAR ? c : 0;
H A Dinput.cpp1847 type = TOKEN_CHAR;
1945 type = TOKEN_CHAR;
1953 type = TOKEN_CHAR;
2241 case TOKEN_CHAR:
2262 case TOKEN_CHAR:
2313 case TOKEN_CHAR:
2728 case token::TOKEN_CHAR:
2781 if (tok.type != token::TOKEN_CHAR)
6498 if (type == TOKEN_CHAR)
6549 case TOKEN_CHAR
[all...]

Completed in 147 milliseconds