Searched refs:ASCII_LO (Results 1 – 1 of 1) sorted by relevance
441 #define ASCII_LO 33 macro442 #define HASHWIDTH (ASCII_HI - ASCII_LO + 1)728 #define ROFF_HASH(p) (p[0] - ASCII_LO)741 assert(roffs[i].name[0] >= ASCII_LO); in roffhash_init()772 if (p[0] < ASCII_LO || p[0] > ASCII_HI) in roffhash_find()