Home
last modified time | relevance | path

Searched defs:OKERROR (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.term.c552 # define OKERROR(e) (((e) == EAGAIN) || ((e) == EWOULDBLOCK) || ((e) == EINTR)) macro
554 # define OKERROR(e) (((e) == EAGAIN) || ((e) == EINTR)) macro
556 # define OKERROR(e) (((e) == EWOULDBLOCK) || ((e) == EINTR)) macro
558 # define OKERROR(e) ((e) == EINTR) macro