Home
last modified time | relevance | path

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

/src/usr.bin/m4/
H A Deval.c150 switch (td & TYPEMASK) { in expand_builtin()
628 if ((p->type & TYPEMASK) == MACRTYPE) { in dodefn()
664 if ((p->type & TYPEMASK) == MACRTYPE) in dump_one_def()
H A Dmdef.h91 #define TYPEMASK 63 /* Keep bits really corresponding to a type. */ macro
H A Dmain.c618 type = keywrds[i].ktyp & TYPEMASK; in initkwds()
/src/usr.sbin/config/
H A Dconfig.h128 #define TYPEMASK 0x7fffffff macro