Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dproc.h34 #define PROC_BACKGROUND (1<<1) /* shell background (&) setup */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dprocopen.c625 if (flags & (PROC_BACKGROUND|PROC_DAEMON)) in procopen()