Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dchars.c31 #define PRINT_LO 32 macro
80 htab = mandoc_calloc(PRINT_HI - PRINT_LO + 1, sizeof(struct ln *)); in mchars_alloc()
83 hash = (int)lines[i].code[0] - PRINT_LO; in mchars_alloc()
156 if (0 == sz || p[0] < PRINT_LO || p[0] > PRINT_HI) in find()
159 hash = (int)p[0] - PRINT_LO; in find()