Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/m4/
H A Deval.c153 switch (td & TYPEMASK) { in expand_builtin()
631 if ((p->type & TYPEMASK) == MACRTYPE) { in dodefn()
667 if ((p->type & TYPEMASK) == MACRTYPE) in dump_one_def()
H A Dmdef.h94 #define TYPEMASK 63 /* Keep bits really corresponding to a type. */ macro
H A Dmain.c600 type = keywrds[i].ktyp & TYPEMASK; in initkwds()
/freebsd-13.1/usr.sbin/config/
H A Dconfig.h76 #define TYPEMASK 0x7fffffff macro