Searched refs:ncol (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_scanner.c179 stream->curpos.ncol++;
183 stream->curpos.ncol++;
186 stream->curpos.ncol++;
194 stream->curpos.ncol++;
198 stream->curpos.ncol++;
209 if (EOF == ch && stream->curpos.ncol != 0)
216 stream->curpos.ncol = 0;
246 stream->bakpos.ncol = -1;
248 stream->curpos.ncol--;
H A Dntp_scanner.h88 int ncol; member in struct:LCPOS
/freebsd-11-stable/sys/teken/demo/
H A Dteken_demo.c166 int nrow, ncol, x, y; /* Has to be signed - >= 0 comparison */ local
175 ncol = r->tr_end.tp_col - r->tr_begin.tp_col;
183 for (x = 0; x < ncol; x++) {
194 for (x = ncol - 1; x >= 0; x--) {
208 for (x = 0; x < ncol; x++) {
219 for (x = ncol - 1; x >= 0; x--) {
/freebsd-11-stable/contrib/netbsd-tests/dev/raidframe/
H A Dt_raid.sh36 ncol=${2}
38 printf "START array\n1 ${ncol} 0\nSTART disks\n" > raid.conf
40 while [ ${ncol} -gt ${diskn} ] ; do
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp3518 int ncol = 0; local
3548 ncol = 0;
3581 ncol = g->get_arg();
3589 ncol = tbl->find_tab_column(colmin);
3591 colmax = tbl->get_tab_pos(ncol+1);
3608 ncol = 1;
3649 if ((ncol == 0) || (! tbl->add_column(ncol, colmin, colmax, align))) {
3650 if (ncol == 0)
3684 ncol
[all...]

Completed in 153 milliseconds