OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dcol
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/unexpand/
unexpand.c
137
size_t
dcol
, ocol, limit, n;
local
139
dcol
= ocol = 0;
144
dcol
++;
148
dcol
= (1 +
dcol
/ dstop) * dstop;
151
for (n = 0; n < nstops && tabstops[n] <=
dcol
; n++)
154
dcol
= tabstops[n];
161
while (((ocol + dstop) / dstop) <= (
dcol
/ dstop)) {
162
if (
dcol
- ocol < 2)
171
while (n < nstops && tabstops[n] <=
dcol
&& ocol < dco
[
all
...]
/src/lib/libcurses/
copywin.c
55
int
dcol
;
local
114
for (
dcol
= dmincol; sp <= end;
dcol
++, sp++) {
119
wmove(dstwin, dminrow,
dcol
);
120
__CTRACE(__CTRACE_WINDOW, "copywin:
dcol
= %d\n",
dcol
);
/src/games/rogue/
spec_hit.c
508
get_dir(short srow, short scol, short drow, short
dcol
)
511
if (scol <
dcol
) {
517
if (scol ==
dcol
) {
524
if ((srow > drow) && (scol >
dcol
)) {
527
if ((srow < drow) && (scol <
dcol
)) {
530
if ((srow < drow) && (scol >
dcol
)) {
533
/*if ((srow > drow) && (scol <
dcol
)) {*/
move.c
242
next_to_something(int drow, int
dcol
)
262
if (((rogue.row+i) == drow) && ((rogue.col+j) ==
dcol
)) {
274
if (((row == drow) || (col ==
dcol
)) &&
282
if (((row == drow) || (col ==
dcol
)) &&
level.c
537
short i, tunnel_dir, door_dir, drow,
dcol
;
local
575
put_door(&rooms[target_room], door_dir, &drow, &
dcol
);
577
draw_simple_passage(srow, scol, drow,
dcol
, tunnel_dir);
598
short drow,
dcol
, tunnel_dir;
local
613
dcol
= (rooms[de].left_col + rooms[de].right_col) / 2;
621
draw_simple_passage(srow, scol, drow,
dcol
, tunnel_dir);
623
recursive_deadend(de, offsets, drow,
dcol
);
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026