Searched refs:linect (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/usr.bin/wc/ |
| HD | wc.c | 67 static void show_cnt(const char *file, uintmax_t linect, uintmax_t wordct, 165 show_cnt(const char *file, uintmax_t linect, uintmax_t wordct, in show_cnt() argument 178 xo_emit_h(xop, " {:lines/%7ju/%ju}", linect); in show_cnt() 195 uintmax_t linect, wordct, charct, llct, tmpll; in cnt() local 204 linect = wordct = charct = llct = tmpll = 0; in cnt() 227 show_cnt(file, linect, wordct, charct, in cnt() 236 ++linect; in cnt() 241 tlinect += linect; in cnt() 248 show_cnt(file, linect, wordct, charct, llct); in cnt() 265 show_cnt(file, linect, wordct, charct, llct); in cnt() [all …]
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | refclock_as2201.c | 80 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()
|
| HD | refclock_wwvb.c | 141 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()
|
| HD | refclock_dumbclock.c | 70 u_char linect; /* count ignored lines (for monitor */ member 321 if (up->linect > 0) in dumbclock_receive() 322 up->linect--; in dumbclock_receive() 369 if (up->linect > 0)
|
| HD | refclock_chronolog.c | 330 if (up->linect > 0) in chronolog_poll()
|
| /NextBSD/usr.bin/chat/ |
| HD | chat.c | 321 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()
|
| /NextBSD/contrib/libxo/ |
| HD | README.md | 16 linect, wordct, charct, file);
|
| /NextBSD/contrib/libxo/doc/ |
| HD | libxo.txt | 35 linect, wordct, charct, file);
|