Searched refs:linect (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/usr.bin/wc/ |
| H A D | wc.c | 180 xo_emit_h(xop, " {:lines/%7ju/%ju}", linect); in show_cnt() 197 uintmax_t linect, wordct, charct, llct, tmpll; in cnt() local 206 linect = wordct = charct = llct = tmpll = 0; in cnt() 228 show_cnt(file, linect, wordct, charct, llct); in cnt() 247 show_cnt(file, linect, wordct, charct, llct); in cnt() 255 ++linect; in cnt() 262 tlinect += linect; in cnt() 267 show_cnt(file, linect, wordct, charct, llct); in cnt() 312 ++linect; in cnt() 327 tlinect += linect; in cnt() [all …]
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | 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()
|
| H A D | 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()
|
| H A D | 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)
|
| H A D | refclock_chronolog.c | 330 if (up->linect > 0) in chronolog_poll()
|
| /freebsd-12.1/usr.bin/chat/ |
| H A D | 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()
|
| /freebsd-12.1/contrib/libxo/ |
| H A D | README.md | 16 linect, wordct, charct, file);
|
| /freebsd-12.1/contrib/libxo/doc/ |
| H A D | intro.rst | 15 linect, wordct, charct, file);
|
| H A D | libxo.txt | 52 linect, wordct, charct, file);
|