HomeSort by: relevance | last modified time | path
    Searched refs:TOKEN_LOWER (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/refer/
token.h 26 TOKEN_LOWER,
61 return type == TOKEN_LOWER;
token.cpp 90 assert(oc == 0 || t == TOKEN_UPPER || t == TOKEN_LOWER);
101 else if (type == TOKEN_UPPER || type == TOKEN_LOWER) {
112 if (type != TOKEN_UPPER && type != TOKEN_LOWER)
139 if (type != TOKEN_LOWER) {
204 store_token(strsave(buf), TOKEN_LOWER);
227 store_token(lower, TOKEN_LOWER, sort_key, upper);
277 store_token("\337", TOKEN_LOWER, "ss", "SS");
278 store_token("\377", TOKEN_LOWER, "y", "Y");
325 store_token("\\(ss", TOKEN_LOWER, 0, "SS");
326 store_token("\\[ss]", TOKEN_LOWER, 0, "SS")
    [all...]

Completed in 48 milliseconds