Searched refs:chcnt (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/bin/ls/
H A Dprint.c84 int chcnt; local
87 chcnt = safe_print(p->fts_path);
88 chcnt += safe_print("/");
90 chcnt = 0;
91 return chcnt + safe_print(p->fts_name);
96 int chcnt; local
99 chcnt = printescaped(p->fts_path);
100 chcnt += printescaped("/");
102 chcnt = 0;
104 return chcnt
217 int base, chcnt, col, colwidth, num; local
284 int chcnt, col, colwidth; local
371 int chcnt; local
[all...]
/netbsd-current/usr.bin/column/
H A Dcolumn.c143 int chcnt, col, cnt, endcol, numcols; local
148 for (chcnt = col = 0, lp = list;; ++lp) {
149 chcnt += printf("%s", *lp);
153 chcnt = col = 0;
157 while ((cnt = TABROUND(chcnt)) <= endcol) {
159 chcnt = cnt;
164 if (chcnt)
171 int base, chcnt, cnt, col, endcol, numcols, numrows, row; local
180 for (base = row, chcnt = col = 0; col < numcols; ++col) {
181 chcnt
[all...]
/netbsd-current/games/hack/
H A Dhack.dog.c199 xchar cnt, chcnt, nix, niy; local
361 chcnt = 0;
441 if ((nearer == 0 && !rn2(++chcnt)) || nearer < 0 ||
449 chcnt = 0;
H A Dhack.mon.c321 xchar gx, gy, nix, niy, chcnt; local
468 chcnt = 0;
489 (!appr && !rn2(++chcnt))) {
H A Dhack.shk.c946 schar shkroom, chi, chcnt, cnt; local
1047 chcnt = 0;
1066 if ((!appr && !rn2(++chcnt)) ||

Completed in 217 milliseconds