OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:j_end
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/atari/stand/ahdilabel/
check.c
51
u_int32_t i_end,
j_end
;
local in function:ahdi_checklabel
97
j_end
= ptable->parts[j].start + ptable->parts[j].size
101
(
j_end
>= ptable->parts[i].start &&
102
j_end
<= i_end)) {
/src/games/rogue/
move.c
244
short i, j, i_end,
j_end
, row, col;
local in function:next_to_something
255
j_end
= (rogue.col < (DCOLS-1)) ? 1 : 0;
258
for (j = ((rogue.col > 0) ? -1 : 0); j <=
j_end
; j++) {
room.c
136
short i, j, i_end,
j_end
;
local in function:light_passage
142
j_end
= (col < (DCOLS-1)) ? 1 : 0;
145
for (j = ((col > 0) ? -1 : 0); j <=
j_end
; j++) {
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025