Home
last modified time | relevance | path

Searched refs:ASCII_LO (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Droff.c441 #define ASCII_LO 33 macro
442 #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()