Searched refs:TYPEMASK (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.bin/m4/
H A Dmdef.h91 #define TYPEMASK 0xff /* Keep bits really corresponding to a type. */ macro
H A Deval.c153 switch (td & TYPEMASK) {
615 if ((p->type & TYPEMASK) == MACRTYPE) {
651 if ((p->type & TYPEMASK) == MACRTYPE)
/netbsd-current/usr.bin/eject/
H A Deject.c75 # define TYPEMASK ((int)~0x01) macro
204 if ((devtype & TYPEMASK) == TAPE)
213 if ((devtype & TYPEMASK) == TAPE)
291 if ((nicknames[n].type & TYPEMASK) != TAPE)
314 if ((nicknames[n].type & TYPEMASK) != TAPE) {

Completed in 135 milliseconds