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

/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dtoken.h24 TOKEN_LOWER, enumerator in enum:token_type
59 return type == TOKEN_LOWER;
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)
137 if (type != TOKEN_LOWER) {
202 store_token(strsave(buf), TOKEN_LOWER); local
225 store_token(lower, TOKEN_LOWER, sort_key, upper);
275 store_token("\337", TOKEN_LOWER, "ss", "SS");
276 store_token("\377", TOKEN_LOWER, "y", "Y");
323 store_token("\\(ss", TOKEN_LOWER, 0, "SS");
324 store_token("\\[ss]", TOKEN_LOWER,
[all...]

Completed in 66 milliseconds