Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/m4/
Deval.c150 switch (td & TYPEMASK) { in expand_builtin()
606 if ((p->type & TYPEMASK) == MACRTYPE) { in dodefn()
642 if ((p->type & TYPEMASK) == MACRTYPE) in dump_one_def()
Dmdef.h92 #define TYPEMASK 63 /* Keep bits really corresponding to a type. */ macro
Dmain.c592 type = keywrds[i].ktyp & TYPEMASK; in initkwds()
/freebsd-10-stable/usr.sbin/config/
Dconfig.h72 #define TYPEMASK 0x7fffffff macro