Searched refs:NUMLETTERS (Results 1 – 2 of 2) sorted by relevance
37 #define NUMLETTERS 27 /* 26 letters + 1 for anything else */ macro38 #define TABLESIZE (NUMLETTERS*NUMLETTERS)
49 (isupper(c) ? tolower(c) : ('a'+NUMLETTERS-1)))60 return (c1*NUMLETTERS + c2);