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

/freebsd-13-stable/usr.bin/wc/
H A Dwc.c75 static void show_cnt(const char *file, uintmax_t linect, uintmax_t wordct,
195 show_cnt(const char *file, uintmax_t linect, uintmax_t wordct, argument
208 xo_emit_h(xop, " {:lines/%7ju/%ju}", linect);
225 uintmax_t linect, wordct, charct, llct, tmpll; local
234 linect = wordct = charct = llct = tmpll = 0;
256 show_cnt(file, linect, wordct, charct, llct);
275 show_cnt(file, linect, wordct, charct, llct);
283 ++linect;
290 tlinect += linect;
295 show_cnt(file, linect, wordc
[all...]
/freebsd-13-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-13-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 141 milliseconds