HomeSort by: relevance | last modified time | path
    Searched refs:TYPEMASK (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/m4/
mdef.h 91 #define TYPEMASK 0xff /* Keep bits really corresponding to a type. */
eval.c 153 switch (td & TYPEMASK) {
615 if ((p->type & TYPEMASK) == MACRTYPE) {
651 if ((p->type & TYPEMASK) == MACRTYPE)
  /src/usr.bin/eject/
eject.c 75 # define TYPEMASK ((int)~0x01)
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 16 milliseconds