Searched refs:TOKEN_LOWER (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/groff/src/preproc/refer/ |
| HD | token.cpp | 88 assert(oc == 0 || t == TOKEN_UPPER || t == TOKEN_LOWER); in set() 99 else if (type == TOKEN_UPPER || type == TOKEN_LOWER) { in sortify() 110 if (type != TOKEN_UPPER && type != TOKEN_LOWER) in sortify_non_empty() 137 if (type != TOKEN_LOWER) { in upper_case() 202 store_token(strsave(buf), TOKEN_LOWER); in init_ascii() 225 store_token(lower, TOKEN_LOWER, sort_key, upper); in store_letter() 275 store_token("\337", TOKEN_LOWER, "ss", "SS"); in init_latin1() 276 store_token("\377", TOKEN_LOWER, "y", "Y"); in init_latin1() 323 store_token("\\(ss", TOKEN_LOWER, 0, "SS"); in init_special_chars() 324 store_token("\\[ss]", TOKEN_LOWER, 0, "SS"); in init_special_chars() [all …]
|
| HD | token.h | 24 TOKEN_LOWER, enumerator 59 return type == TOKEN_LOWER; in is_lower()
|