Searched defs:GETC (Results 1 – 3 of 3) sorted by relevance
40 #define GETC(a,b) mvsb a,b macro43 #define GETC(a,b) movb a,b macro
41 #define GETC(a,b) mvsb a,b macro44 #define GETC(a,b) movb a,b macro
48 #define GETC(op,exp) ((c = getc(inf)) op (int)exp) macro