Home
last modified time | relevance | path

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

/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Dmisc.c52 if( i < 2 * 3 * qcol) in reg()
54 if( i < qcol * place + col) in reg()
56 return(nregs[qcol * place + col]); in reg()
H A Dext.h9 extern int nlin, ncol, iline, nclin, nslin, qcol;
H A Dglobals.c54 int qcol; /* quantity of output columns (bwk) */ variable
H A Dspecs.c17 qcol = findcol() + 1; in getspec()