OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:col1
(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;
111
col1
= *p++;
131
if (!file1done &&
col1
)
132
show(fp1,
col1
, line1);
149
if (
col1
)
150
if (printf("%s%s\n",
col1
, line1) < 0)
/src/games/rogue/
level.c
221
right_col =
COL1
-1;
226
left_col =
COL1
+1;
239
right_col =
COL1
-1;
244
left_col =
COL1
+1;
257
right_col =
COL1
-1;
262
left_col =
COL1
+1;
322
short row1,
col1
, row2, col2, dir;
local
330
put_door(&rooms[room1], LEFT, &row1, &
col1
);
335
put_door(&rooms[room1], RIGHT, &row1, &
col1
);
340
put_door(&rooms[room1], UPWARD, &row1, &
col1
);
[
all
...]
/src/usr.sbin/sysinst/
bsddisklabel.c
185
char
col1
[70], desc[MENUSTRSIZE];
local
214
snprintf(
col1
, sizeof
col1
, "%s (%s)", msg_string(MSG_ptnheaders_size),
217
" %-37.37s %s\n %s",
col1
,
Completed in 31 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026