Searched defs:REGULAR (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libjcl/
H A Dfind.c32 #define REGULAR(p,s) (stat((p),(s))>=0&&(S_ISREG((s)->st_mode)||streq(p,"/dev/null"))) macro
50 if (REGULAR(path, st))
64 if (REGULAR(t, st))
/ast/src/lib/libpp/
H A Dppproto.c173 #undef REGULAR macro
174 #define REGULAR (1L<<0) macro
732 if ((proto->options & REGULAR) && n < proto->iz)
2238 if (m) proto->options |= REGULAR;
2519 else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & REGULAR) && n < proto->oz)
2541 else if ((n = read(proto->fd, ip, proto->iz)) <= 0 || (proto->options & REGULAR) && n < proto->iz)

Completed in 11 milliseconds