Home
last modified time | relevance | path

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

/freebsd/usr.bin/wc/
H A Dwc.c64 static void show_cnt(const char *file, uintmax_t linect, uintmax_t wordct,
176 show_cnt(const char *file, uintmax_t linect, uintmax_t wordct, in show_cnt() argument
189 xo_emit_h(xop, " {:lines/%7ju/%ju}", linect); in show_cnt()
209 uintmax_t linect, wordct, charct, llct, tmpll; in cnt() local
216 linect = wordct = charct = llct = tmpll = 0; in cnt()
240 show_cnt(file, linect, wordct, charct, llct); in cnt()
259 show_cnt(file, linect, wordct, charct, llct); in cnt()
267 ++linect; in cnt()
276 tlinect += linect; in cnt()
281 show_cnt(file, linect, wordct, charct, llct); in cnt()
[all …]
/freebsd/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()
253 * If linect is greater than zero, we must be in the middle of a 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_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_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_chronolog.c330 if (up->linect > 0) in chronolog_poll()
/freebsd/usr.bin/chat/
H A Dchat.c318 int linect, sendflg; in do_file() local
327 linect = 0; in do_file()
335 linect++; in do_file()
354 fatal(1, "unterminated quote (line %d)", linect); in do_file()
/freebsd/contrib/libxo/
H A DREADME.md19 linect, wordct, charct, file);
/freebsd/contrib/libxo/doc/
H A Dintro.rst15 linect, wordct, charct, file);