Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/common/
H A Dmultibyte.h58 #define GETC getwc macro
92 #define GETC getc macro
/dragonfly/usr.bin/ctags/
H A Dctags.h44 #define GETC(op,exp) ((c = getc(inf)) op (int)exp) macro