Home
last modified time | relevance | path

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

/netbsd/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp72 #define BLOCK_HEIGHT_PREFIX PREFIX "tbh" macro
1817 static char name[sizeof(BLOCK_HEIGHT_PREFIX)+INT_DIGITS+1+INT_DIGITS]; in block_height_reg()
1818 sprintf(name, BLOCK_HEIGHT_PREFIX "%d,%d", r, c); in block_height_reg()