OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:col1
(Results
1 - 6
of
6
) 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
...]
move.c
303
can_move(int row1, int
col1
, int row2, int col2)
308
if ((row1 != row2) && (
col1
!= col2)) {
309
if ((dungeon[row1][
col1
] & DOOR) || (dungeon[row2][col2] & DOOR)) {
312
if ((!dungeon[row1][col2]) || (!dungeon[row2][
col1
])) {
/src/sys/arch/amiga/dev/
grf_rhreg.h
167
"C" void RZ3SetupHWC (unsigned char
col1
, unsigned col2,
366
void RZ3SetupHWC (unsigned char
col1
, unsigned col2,
373
*
col1
- the first color
390
* 0 1
col1
676
void RZ3SetupHWC(struct grf_softc *gp, unsigned char
col1
, unsigned int col2,
grf_rh.c
160
RZ3SetupHWC(struct grf_softc *gp, unsigned char
col1
, unsigned col2,
181
WSeq(ba, SEQ_ID_CURSOR_COLOR1,
col1
);
1949
*
col1
= image & mask
1952
* image =
col1
1953
* mask =
col1
| col2
/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 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026