OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lpnt
(Results
1 - 5
of
5
) sorted by relevancy
/src/games/larn/
io.c
244
if (
lpnt
>= lpend)
269
if (
lpnt
>= lpend)
271
*
lpnt
++ = 255 & x;
272
*
lpnt
++ = 255 & (x >> 8);
273
*
lpnt
++ = 255 & (x >> 16);
274
*
lpnt
++ = 255 & (x >> 24);
306
if (
lpnt
>= lpend)
308
num2 = lpbuf + BUFBIG -
lpnt
; /* # bytes left in
312
t =
lpnt
;
316
lpnt
= t
[
all
...]
header.h
345
extern u_char *
lpnt
, moved[MAXX][MAXY], mitem[MAXX][MAXY], monstlevel[];
418
#define setbold() (*
lpnt
++ = ST_START)
420
#define resetbold() (*
lpnt
++ = ST_END)
426
#define clear() (*
lpnt
++ =CLEAR, cbak[SPELLS]= -50)
428
#define cltoeoln() (*
lpnt
++ = CL_LINE)
432
#define lprc(ch) ((
lpnt
>=lpend)?(void)(*
lpnt
++ = (ch), lflush()):(void)(*
lpnt
++ = (ch)))
data.c
117
u_char *lpbuf, *
lpnt
, *inbuffer, *lpend; /* input/output pointers
variable
/src/external/gpl2/mkhybrid/dist/
joliet.c
827
char * rpnt, *
lpnt
;
local
833
lpnt
= (*l)->name;
838
if( strcmp(rpnt,
lpnt
) == 0 )
849
if( strcmp(
lpnt
, ".") == 0 ) return 1;
852
if( strcmp(
lpnt
, "..") == 0 ) return 1;
854
while(*rpnt && *
lpnt
)
856
if(*rpnt == ';' && *
lpnt
!= ';') return -1;
857
if(*rpnt != ';' && *
lpnt
== ';') return 1;
859
if(*rpnt == ';' && *
lpnt
== ';') return 0;
866
if(*rpnt == '.' && *
lpnt
!= '.') return -1
[
all
...]
write.c
368
char * rpnt, *
lpnt
;
local
374
lpnt
= (*l)->isorec.name;
388
if( strcmp(rpnt,
lpnt
) == 0 )
405
if( strcmp(
lpnt
, ".") == 0 ) return 1;
408
if( strcmp(
lpnt
, "..") == 0 ) return 1;
418
if((*l)->isorec.name_len[0] == 1 && *
lpnt
== 0) return 1;
421
if((*l)->isorec.name_len[0] == 1 && *
lpnt
== 1) return 1;
424
while(*rpnt && *
lpnt
)
426
if(*rpnt == ';' && *
lpnt
!= ';') return -1;
427
if(*rpnt != ';' && *
lpnt
== ';') return 1
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026