Home
last modified time | relevance | path

Searched refs:maxcmstring (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/warp/
H A Dterm.h57 #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
H A Dterm.c457 if (maxcmstring != cmbuffer) in move()
472 maxcmstring = dest; in comp_tc()
474 return(maxcmstring-dest); in comp_tc()
550 *maxcmstring++ = ch; in cmstore()