OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:col2
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/comm/
comm.c
71
const char *col1, *
col2
, *col3, **p;
local
109
col1 =
col2
= col3 = NULL;
113
col2
= *p++;
126
if (!file2done &&
col2
)
127
show(fp2,
col2
, line2);
155
if (
col2
)
156
if (printf("%s%s\n",
col2
, line2) < 0)
/src/games/rogue/
level.c
227
right_col =
COL2
-1;
232
left_col =
COL2
+1;
245
right_col =
COL2
-1;
250
left_col =
COL2
+1;
263
right_col =
COL2
-1;
268
left_col =
COL2
+1;
322
short row1, col1, row2,
col2
, dir;
local
331
put_door(&rooms[room2], RIGHT, &row2, &
col2
);
336
put_door(&rooms[room2], LEFT, &row2, &
col2
);
341
put_door(&rooms[room2], DOWN, &row2, &
col2
);
[
all
...]
/src/usr.bin/systat/
ifstat.c
63
static const int
col2
= C2;
variable
170
mvprintw(p->if_ypos,
col2
-3, "%s", (const char *)"in"); \
171
mvprintw(p->if_ypos+1,
col2
-3, "%s", (const char *)"out"); \
221
PUTRATE(
col2
, ifp->if_ypos);
Completed in 16 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026