HomeSort by: relevance | last modified time | path
    Searched defs:linect (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_as2201.c 82 int linect; /* count of lines remaining */ member in struct:as2201unit
249 up->linect, pp->lencode, pp->a_lastcode);
255 * If linect is greater than zero, we must be in the middle of a
267 if (up->linect > 0) {
268 up->linect--;
277 up->linect = atoi(pp->a_lastcode);
refclock_as2201.c 82 int linect; /* count of lines remaining */ member in struct:as2201unit
249 up->linect, pp->lencode, pp->a_lastcode);
255 * If linect is greater than zero, we must be in the middle of a
267 if (up->linect > 0) {
268 up->linect--;
277 up->linect = atoi(pp->a_lastcode);
refclock_as2201.c 82 int linect; /* count of lines remaining */ member in struct:as2201unit
249 up->linect, pp->lencode, pp->a_lastcode);
255 * If linect is greater than zero, we must be in the middle of a
267 if (up->linect > 0) {
268 up->linect--;
277 up->linect = atoi(pp->a_lastcode);
refclock_dumbclock.c 66 u_char linect; /* count ignored lines (for monitor */ member in struct:dumbclock_unit
317 if (up->linect > 0)
318 up->linect--;
365 if (up->linect > 0)
refclock_dumbclock.c 66 u_char linect; /* count ignored lines (for monitor */ member in struct:dumbclock_unit
317 if (up->linect > 0)
318 up->linect--;
365 if (up->linect > 0)
refclock_dumbclock.c 66 u_char linect; /* count ignored lines (for monitor */ member in struct:dumbclock_unit
317 if (up->linect > 0)
318 up->linect--;
365 if (up->linect > 0)
refclock_wwvb.c 143 u_char linect; /* count ignored lines (for monitor */ member in struct:wwvbunit
382 if (up->linect > 0) {
383 up->linect--;
474 if (up->linect > 0)
522 up->linect = MONLIN;
refclock_wwvb.c 143 u_char linect; /* count ignored lines (for monitor */ member in struct:wwvbunit
382 if (up->linect > 0) {
383 up->linect--;
474 if (up->linect > 0)
522 up->linect = MONLIN;
refclock_wwvb.c 143 u_char linect; /* count ignored lines (for monitor */ member in struct:wwvbunit
382 if (up->linect > 0) {
383 up->linect--;
474 if (up->linect > 0)
522 up->linect = MONLIN;
  /src/games/hack/
hack.pager.c 270 static int linect; local
276 linect = 0;
288 linect++;
304 if (mode == 2 && linect == 1) /* topline only */
314 if (linect < LI && lth >= 10) { /* in a corner */
hack.pager.c 270 static int linect; local
276 linect = 0;
288 linect++;
304 if (mode == 2 && linect == 1) /* topline only */
314 if (linect < LI && lth >= 10) { /* in a corner */
hack.pager.c 270 static int linect; local
276 linect = 0;
288 linect++;
304 if (mode == 2 && linect == 1) /* topline only */
314 if (linect < LI && lth >= 10) { /* in a corner */
  /src/usr.bin/wc/
wc.c 181 wc_count_t charct, linect, wordct, longest; local
189 linect = wordct = charct = longest = 0;
224 ++linect;
275 ++linect;
311 print_counts(linect, wordct, charct, longest, file);
317 tlinect += linect;
wc.c 181 wc_count_t charct, linect, wordct, longest; local
189 linect = wordct = charct = longest = 0;
224 ++linect;
275 ++linect;
311 print_counts(linect, wordct, charct, longest, file);
317 tlinect += linect;
wc.c 181 wc_count_t charct, linect, wordct, longest; local
189 linect = wordct = charct = longest = 0;
224 ++linect;
275 ++linect;
311 print_counts(linect, wordct, charct, longest, file);
317 tlinect += linect;
  /src/games/backgammon/common_source/
fancy.c 77 static int *linect; /* array of lengths of lines on screen (the variable
499 if (curr == r && c > curc && linect[r] < curc && c - curc < ccount)
603 linect[i] = -1;
623 if (linect[curr] >= curc || sp < 4) {
643 if (c > ' ' || linect[curr] >= curc) {
647 if (c == ' ' && linect[curr] == curc)
648 linect[curr]--;
650 if (linect[curr] < curc)
651 linect[curr] = curc;
666 linect[i] = -1
    [all...]
fancy.c 77 static int *linect; /* array of lengths of lines on screen (the variable
499 if (curr == r && c > curc && linect[r] < curc && c - curc < ccount)
603 linect[i] = -1;
623 if (linect[curr] >= curc || sp < 4) {
643 if (c > ' ' || linect[curr] >= curc) {
647 if (c == ' ' && linect[curr] == curc)
648 linect[curr]--;
650 if (linect[curr] < curc)
651 linect[curr] = curc;
666 linect[i] = -1
    [all...]
fancy.c 77 static int *linect; /* array of lengths of lines on screen (the variable
499 if (curr == r && c > curc && linect[r] < curc && c - curc < ccount)
603 linect[i] = -1;
623 if (linect[curr] >= curc || sp < 4) {
643 if (c > ' ' || linect[curr] >= curc) {
647 if (c == ' ' && linect[curr] == curc)
648 linect[curr]--;
650 if (linect[curr] < curc)
651 linect[curr] = curc;
666 linect[i] = -1
    [all...]
  /src/external/bsd/ppp/dist/chat/
chat.c 399 int linect, sendflg; local
408 linect = 0;
416 linect++;
435 fatal(1, "unterminated quote (line %d)", linect);
chat.c 399 int linect, sendflg; local
408 linect = 0;
416 linect++;
435 fatal(1, "unterminated quote (line %d)", linect);
chat.c 399 int linect, sendflg; local
408 linect = 0;
416 linect++;
435 fatal(1, "unterminated quote (line %d)", linect);

Completed in 79 milliseconds