OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxcmstring
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/warp/
term.h
57
#define beg_qwrite() (
maxcmstring
= cmbuffer)
59
#define qwrite() asm("movc3 _gfillen,_filler,*_maxcmstring");
maxcmstring
+= gfillen
61
#define qwrite() (movc3(gfillen,filler,
maxcmstring
),
maxcmstring
+= gfillen)
63
#define qaddc(ch) (*
maxcmstring
++ = (ch), real_x++)
64
#define qaddch(ch) (*
maxcmstring
++ = (ch), real_x++)
65
#define qaddspace() (*
maxcmstring
++ = ' ', real_x++)
66
#define end_qwrite() (write(1,cmbuffer,
maxcmstring
-cmbuffer))
93
EXT char *
maxcmstring
;
variable
term.c
457
if (
maxcmstring
!= cmbuffer)
472
maxcmstring
= dest;
474
return(
maxcmstring
-dest);
550
*
maxcmstring
++ = ch;
Completed in 25 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026