Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/wc/
H A Dwc.c199 xo_emit_h(xop, " {:lines/%7ju/%ju}", linect); in show_cnt()
219 uintmax_t linect, wordct, charct, llct, tmpll; in cnt() local
226 linect = wordct = charct = llct = tmpll = 0; in cnt()
249 show_cnt(file, linect, wordct, charct, llct); in cnt()
268 show_cnt(file, linect, wordct, charct, llct); in cnt()
276 ++linect; in cnt()
285 tlinect += linect; in cnt()
290 show_cnt(file, linect, wordct, charct, llct); in cnt()
334 ++linect; in cnt()
350 tlinect += linect; in cnt()
[all …]
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_as2201.c80 int linect; /* count of lines remaining */ member
247 up->linect, pp->lencode, pp->a_lastcode); in as2201_receive()
265 if (up->linect > 0) { in as2201_receive()
266 up->linect--; in as2201_receive()
275 up->linect = atoi(pp->a_lastcode); in as2201_receive()
H A Drefclock_dumbclock.c64 u_char linect; /* count ignored lines (for monitor */ member
315 if (up->linect > 0) in dumbclock_receive()
316 up->linect--; in dumbclock_receive()
363 if (up->linect > 0)
H A Drefclock_wwvb.c141 u_char linect; /* count ignored lines (for monitor */ member
379 if (up->linect > 0) { in wwvb_receive()
380 up->linect--; in wwvb_receive()
471 if (up->linect > 0) in wwvb_timer()
519 up->linect = MONLIN; in wwvb_poll()
H A Drefclock_chronolog.c330 if (up->linect > 0) in chronolog_poll()
/freebsd-14.2/usr.bin/chat/
H A Dchat.c319 int linect, sendflg; in do_file() local
328 linect = 0; in do_file()
336 linect++; in do_file()
355 fatal(1, "unterminated quote (line %d)", linect); in do_file()
/freebsd-14.2/contrib/libxo/
H A DREADME.md19 linect, wordct, charct, file);
/freebsd-14.2/contrib/libxo/doc/
H A Dintro.rst15 linect, wordct, charct, file);