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

/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dtoken.h23 TOKEN_UPPER, enumerator in enum:token_type
54 return type == TOKEN_UPPER;
H A Dtoken.cpp88 assert(oc == 0 || t == TOKEN_UPPER || t == TOKEN_LOWER);
99 else if (type == TOKEN_UPPER || type == TOKEN_LOWER) {
110 if (type != TOKEN_UPPER && type != TOKEN_LOWER)
122 if (type != TOKEN_UPPER) {
204 store_token(strsave(buf), TOKEN_UPPER); local
226 store_token(upper, TOKEN_UPPER, sort_key, lower);

Completed in 64 milliseconds