Home
last modified time | relevance | path

Searched refs:ocol (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.bin/unexpand/
HDunexpand.c108 int dcol, doneline, limit, n, ocol, width; in tabify() local
113 doneline = ocol = dcol = 0; in tabify()
138 while (((ocol + tabstops[0]) / tabstops[0]) in tabify()
140 if (dcol - ocol < 2) in tabify()
143 ocol = (1 + ocol / tabstops[0]) * in tabify()
147 for (n = 0; n < nstops && tabstops[n] - 1 < ocol; n++) in tabify()
149 while (ocol < dcol && n < nstops && ocol < limit) { in tabify()
151 ocol = tabstops[n++]; in tabify()
156 while (ocol < dcol && ocol < limit) { in tabify()
158 ocol++; in tabify()
[all …]
/dragonfly/games/rogue/
HDzap.c115 short orow, ocol; in get_zapped_monster() local
118 orow = *row; ocol = *col; in get_zapped_monster()
120 if (((*row == orow) && (*col == ocol)) || in get_zapped_monster()
273 short orow, ocol; in bounce() local
295 ocol = col; in bounce()
297 ch = mvinch(orow, ocol); in bounce()
299 mvaddch(orow, ocol, ch); in bounce()
300 get_dir_rc(dir, &orow, &ocol, 1); in bounce()
301 } while (!( (ocol <= 0) || in bounce()
302 (ocol >= DCOLS-1) || in bounce()
[all …]
HDthrow.c156 short orow, ocol; in get_thrown_at_monster() local
159 orow = *row; ocol = *col; in get_thrown_at_monster()
170 *col = ocol; in get_thrown_at_monster()
173 if ((i != 0) && rogue_can_see(orow, ocol)) { in get_thrown_at_monster()
174 mvaddch(orow, ocol, get_dungeon_char(orow, ocol)); in get_thrown_at_monster()
182 orow = *row; ocol = *col; in get_thrown_at_monster()
HDscore.c157 short i, orow, ocol; in quit() local
160 orow = ocol = 0; in quit()
166 ocol = rogue.col; in quit()
184 move(orow, ocol); in quit()
/dragonfly/usr.sbin/ppp/
HDppp.8.m42088 word: \\\\P ocol: PPP HELLO"
2108 Expect "ocol:" (the tail end of a "Protocol:" prompt).