Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Ddefs.c98 int tried_to_exit; variable
H A Ddefs.h414 extern int tried_to_exit;
H A Dbltin.c98 if ( tried_to_exit++ || endjobs(JOB_STOPPED) ){ in builtin()