Home
last modified time | relevance | path

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

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