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

/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dtoken.h35 const char *other_case; member in class:token_info
H A Dtoken.cpp82 : type(TOKEN_OTHER), sort_key(0), other_case(0)
91 other_case = oc;
126 else if (other_case)
127 result += other_case;
141 else if (other_case)
142 result += other_case;

Completed in 211 milliseconds