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

/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dtoken.h53 TOKEN_SPACE, // ` ' -- ordinary space enumerator in enum:token::token_type
146 return type == TOKEN_SPACE;
166 if (type == TOKEN_SPACE)
174 return type == TOKEN_SPACE || type == TOKEN_TAB;
H A Dinput.cpp1664 type = TOKEN_SPACE;
1819 type = TOKEN_SPACE;
2292 case TOKEN_SPACE:
2341 case TOKEN_SPACE:
2848 case token::TOKEN_SPACE:
6576 case TOKEN_SPACE:
6671 case TOKEN_SPACE:

Completed in 76 milliseconds