Searched refs:linect (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/usr.bin/wc/ |
| HD | wc.c | 54 static void show_cnt(const char *file, uintmax_t linect, uintmax_t wordct, 137 show_cnt(const char *file, uintmax_t linect, uintmax_t wordct, in show_cnt() argument 150 fprintf(out, " %7ju", linect); in show_cnt() 167 uintmax_t linect, wordct, charct, llct, tmpll; in cnt() local 176 linect = wordct = charct = llct = tmpll = 0; in cnt() 199 show_cnt(file, linect, wordct, charct, in cnt() 208 ++linect; in cnt() 214 tlinect += linect; in cnt() 221 show_cnt(file, linect, wordct, charct, llct); in cnt() 239 show_cnt(file, linect, wordct, charct, llct); in cnt() [all …]
|
| /dragonfly/games/backgammon/common_source/ |
| HD | fancy.c | 65 static int *linect; /* array of lengths of lines on screen (the variable 487 if (curr == r && c > curc && linect[r] < curc && c - curc < ccount) in newpos() 590 linect[i] = -1; in clear() 610 if (linect[curr] >= curc || sp < 4) { in fancyc() 630 if (c > ' ' || linect[curr] >= curc) { in fancyc() 634 if (c == ' ' && linect[curr] == curc) in fancyc() 635 linect[curr]--; in fancyc() 637 if (linect[curr] < curc) in fancyc() 638 linect[curr] = curc; in fancyc() 653 linect[i] = -1; in clend() [all …]
|
| /dragonfly/games/hack/ |
| HD | hack.pager.c | 265 static int linect; in cornline() local 271 linect = 0; in cornline() 283 linect++; in cornline() 299 if (mode == 2 && linect == 1) /* topline only */ in cornline() 309 if (linect < LI && lth >= 10) { /* in a corner */ in cornline()
|
| /dragonfly/usr.bin/chat/ |
| HD | chat.c | 320 int linect, sendflg; in do_file() local 329 linect = 0; in do_file() 337 linect++; in do_file() 356 fatal(1, "unterminated quote (line %d)", linect); in do_file()
|