Searched refs:linect (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/usr.bin/wc/
H A Dwc.c69 static void show_cnt(const char *file, uintmax_t linect, uintmax_t wordct,
167 show_cnt(const char *file, uintmax_t linect, uintmax_t wordct, argument
180 xo_emit_h(xop, " {:lines/%7ju/%ju}", linect);
197 uintmax_t linect, wordct, charct, llct, tmpll; local
206 linect = wordct = charct = llct = tmpll = 0;
228 show_cnt(file, linect, wordct, charct, llct);
247 show_cnt(file, linect, wordct, charct, llct);
255 ++linect;
262 tlinect += linect;
267 show_cnt(file, linect, wordc
[all...]
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_as2201.c80 int linect; /* count of lines remaining */ member in struct:as2201unit
247 up->linect, pp->lencode, pp->a_lastcode);
253 * If linect is greater than zero, we must be in the middle of a
265 if (up->linect > 0) {
266 up->linect--;
275 up->linect = atoi(pp->a_lastcode);
H A Drefclock_dumbclock.c70 u_char linect; /* count ignored lines (for monitor */ member in struct:dumbclock_unit
321 if (up->linect > 0)
322 up->linect--;
369 if (up->linect > 0)
H A Drefclock_wwvb.c141 u_char linect; /* count ignored lines (for monitor */ member in struct:wwvbunit
379 if (up->linect > 0) {
380 up->linect--;
471 if (up->linect > 0)
519 up->linect = MONLIN;
H A Drefclock_chronolog.c330 if (up->linect > 0)
/freebsd-12-stable/usr.bin/chat/
H A Dchat.c321 int linect, sendflg; local
330 linect = 0;
338 linect++;
357 fatal(1, "unterminated quote (line %d)", linect);

Completed in 169 milliseconds