Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dhgraph.cpp982 int dotcounter; in HGtline() local
990 dotcounter = linmod << dotshifter; in HGtline()
1008 if ((x_0 & dotcounter) && !visible) { in HGtline()
1011 } else if (visible && !(x_0 & dotcounter)) { in HGtline()
1027 if ((y_0 & dotcounter) && !visible) { in HGtline()
1030 } else if (visible && !(y_0 & dotcounter)) { in HGtline()