Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.err.c50 #define ERR_FLAGS 0xf0000000 macro
616 flags = (int) id & ERR_FLAGS; in stderror()
617 id &= ~ERR_FLAGS; in stderror()