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

/freebsd-current/usr.bin/wc/
H A Dwc.c62 static void show_cnt(const char *file, uintmax_t linect, uintmax_t wordct,
172 show_cnt(const char *file, uintmax_t linect, uintmax_t wordct, argument
185 xo_emit_h(xop, " {:lines/%7ju/%ju}", linect);
205 uintmax_t linect, wordct, charct, llct, tmpll; local
212 linect = wordct = charct = llct = tmpll = 0;
236 show_cnt(file, linect, wordct, charct, llct);
255 show_cnt(file, linect, wordct, charct, llct);
263 ++linect;
272 tlinect += linect;
277 show_cnt(file, linect, wordc
[all...]
/freebsd-current/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.c64 u_char linect; /* count ignored lines (for monitor */ member in struct:dumbclock_unit
315 if (up->linect > 0)
316 up->linect--;
363 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-current/usr.bin/chat/
H A Dchat.c318 int linect, sendflg; local
327 linect = 0;
335 linect++;
354 fatal(1, "unterminated quote (line %d)", linect);

Completed in 127 milliseconds