HomeSort by: relevance | last modified time | path
    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 in typeref:typename:EXT char *
term.c 457 if (maxcmstring != cmbuffer)
472 maxcmstring = dest;
474 return(maxcmstring-dest);
550 *maxcmstring++ = ch;

Completed in 13 milliseconds