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

  /src/games/hack/
hack.dog.c 199 xchar cnt, chcnt, nix, niy; local in function:dog_move
361 chcnt = 0;
441 if ((nearer == 0 && !rn2(++chcnt)) || nearer < 0 ||
449 chcnt = 0;
hack.dog.c 199 xchar cnt, chcnt, nix, niy; local in function:dog_move
361 chcnt = 0;
441 if ((nearer == 0 && !rn2(++chcnt)) || nearer < 0 ||
449 chcnt = 0;
hack.mon.c 321 xchar gx, gy, nix, niy, chcnt; local in function:m_move
468 chcnt = 0;
489 (!appr && !rn2(++chcnt))) {
hack.shk.c 946 schar shkroom, chi, chcnt, cnt; local in function:shk_move
1047 chcnt = 0;
1066 if ((!appr && !rn2(++chcnt)) ||
hack.mon.c 321 xchar gx, gy, nix, niy, chcnt; local in function:m_move
468 chcnt = 0;
489 (!appr && !rn2(++chcnt))) {
hack.shk.c 946 schar shkroom, chi, chcnt, cnt; local in function:shk_move
1047 chcnt = 0;
1066 if ((!appr && !rn2(++chcnt)) ||
  /src/usr.bin/column/
column.c 143 int chcnt, col, cnt, endcol, numcols; local in function:c_columnate
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 in function:r_columnate
180 for (base = row, chcnt = col = 0; col < numcols; ++col) {
181 chcnt += printf("%s", list[base])
    [all...]
column.c 143 int chcnt, col, cnt, endcol, numcols; local in function:c_columnate
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 in function:r_columnate
180 for (base = row, chcnt = col = 0; col < numcols; ++col) {
181 chcnt += printf("%s", list[base])
    [all...]
  /src/bin/ls/
print.c 84 int chcnt; local in function:safe_printpath
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 in function:printescapedpath
99 chcnt = printescaped(p->fts_path);
100 chcnt += printescaped("/");
102 chcnt = 0;
104 return chcnt + printescaped(p->fts_name)
217 int base, chcnt, col, colwidth, num; local in function:printcol
284 int chcnt, col, colwidth; local in function:printacol
371 int chcnt; local in function:printaname
    [all...]
print.c 84 int chcnt; local in function:safe_printpath
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 in function:printescapedpath
99 chcnt = printescaped(p->fts_path);
100 chcnt += printescaped("/");
102 chcnt = 0;
104 return chcnt + printescaped(p->fts_name)
217 int base, chcnt, col, colwidth, num; local in function:printcol
284 int chcnt, col, colwidth; local in function:printacol
371 int chcnt; local in function:printaname
    [all...]

Completed in 148 milliseconds