Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Droff.c224 #define ASCII_LO 33 macro
225 #define HASHWIDTH (ASCII_HI - ASCII_LO + 1)
306 #define ROFF_HASH(p) (p[0] - ASCII_LO)
318 assert(roffs[i].name[0] >= ASCII_LO); in roffhash_init()
349 if (p[0] < ASCII_LO || p[0] > ASCII_HI) in roffhash_find()