Home
last modified time | relevance | path

Searched refs:TYPEMASK (Results 1 – 4 of 4) sorted by relevance

/NextBSD/usr.bin/m4/
HDeval.c150 switch (td & TYPEMASK) { in expand_builtin()
607 if ((p->type & TYPEMASK) == MACRTYPE) { in dodefn()
643 if ((p->type & TYPEMASK) == MACRTYPE) in dump_one_def()
HDmdef.h92 #define TYPEMASK 63 /* Keep bits really corresponding to a type. */ macro
HDmain.c590 type = keywrds[i].ktyp & TYPEMASK; in initkwds()
/NextBSD/usr.sbin/config/
HDconfig.h72 #define TYPEMASK 0x7fffffff macro