Home
last modified time | relevance | path

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

/trueos/usr.bin/wc/
HDwc.c65 static void show_cnt(const char *file, uintmax_t linect, uintmax_t wordct,
143 show_cnt(const char *file, uintmax_t linect, uintmax_t wordct, in show_cnt() argument
156 (void)fprintf(out, " %7ju", linect); in show_cnt()
173 uintmax_t linect, wordct, charct, llct, tmpll; in cnt() local
182 linect = wordct = charct = llct = tmpll = 0; in cnt()
205 show_cnt(file, linect, wordct, charct, in cnt()
214 ++linect; in cnt()
219 tlinect += linect; in cnt()
226 show_cnt(file, linect, wordct, charct, llct); in cnt()
243 show_cnt(file, linect, wordct, charct, llct); in cnt()
[all …]
/trueos/contrib/ntp/ntpd/
HDrefclock_as2201.c80 int linect; /* count of lines remaining */ member
248 up->linect, pp->lencode, pp->a_lastcode); in as2201_receive()
266 if (up->linect > 0) { in as2201_receive()
267 up->linect--; in as2201_receive()
276 up->linect = atoi(pp->a_lastcode); in as2201_receive()
HDrefclock_wwvb.c118 u_char linect; /* count ignored lines (for monitor */ member
317 if (up->linect > 0) { in wwvb_receive()
318 up->linect--; in wwvb_receive()
402 if (up->linect > 0) in wwvb_timer()
437 up->linect = MONLIN; in wwvb_poll()
HDrefclock_dumbclock.c70 u_char linect; /* count ignored lines (for monitor */ member
324 if (up->linect > 0) in dumbclock_receive()
325 up->linect--; in dumbclock_receive()
372 if (up->linect > 0)
HDrefclock_chronolog.c328 if (up->linect > 0) in chronolog_poll()
/trueos/usr.bin/chat/
HDchat.c321 int linect, sendflg; in do_file() local
330 linect = 0; in do_file()
338 linect++; in do_file()
357 fatal(1, "unterminated quote (line %d)", linect); in do_file()