Home
last modified time | relevance | path

Searched defs:GETC (Results 1 – 3 of 3) sorted by relevance

/minix3/common/lib/libc/arch/m68k/string/
H A Dstrcmp.S40 #define GETC(a,b) mvsb a,b macro
43 #define GETC(a,b) movb a,b macro
H A Dstrncmp.S41 #define GETC(a,b) mvsb a,b macro
44 #define GETC(a,b) movb a,b macro
/minix3/usr.bin/ctags/
H A Dctags.h48 #define GETC(op,exp) ((c = getc(inf)) op (int)exp) macro