Searched refs:ocol (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.bin/unexpand/
H A Dunexpand.c137 size_t dcol, ocol, limit, n; local
139 dcol = ocol = 0;
161 while (((ocol + dstop) / dstop) <= (dcol / dstop)) {
162 if (dcol - ocol < 2)
166 ocol = (1 + ocol / dstop) * dstop;
169 for (n = 0; n < nstops && tabstops[n] <= ocol; n++)
171 while (n < nstops && tabstops[n] <= dcol && ocol < dcol
172 && ocol < limit) {
175 ocol
[all...]
/netbsd-current/games/rogue/
H A Dzap.c123 short orow, ocol; local
126 orow = *row; ocol = *col;
128 if (((*row == orow) && (*col == ocol)) ||
282 short orow, ocol; local
302 ocol = col;
304 ch = mvinch(orow, ocol);
306 mvaddch(orow, ocol, ch);
307 get_dir_rc(dir, &orow, &ocol, 1);
308 } while (!( (ocol <= 0) ||
309 (ocol >
[all...]
H A Dthrow.c164 short orow, ocol; local
167 orow = *row; ocol = *col;
178 *col = ocol;
181 if ((i != 0) && rogue_can_see(orow, ocol)) {
182 mvaddch(orow, ocol, get_dungeon_char(orow, ocol));
190 orow = *row; ocol = *col;
H A Dscore.c167 short i, orow, ocol; local
170 orow = ocol = 0;
176 ocol = rogue.col;
194 move(orow, ocol);

Completed in 82 milliseconds