Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/data/
H A Dmsg.c141 const char e_no_jctl[] = "No job control"; variable
/titanic_41/usr/src/lib/libshell/common/include/
H A Djobs.h144 extern const char e_no_jctl[];
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dmisc.c419 errormsg(SH_DICT,ERROR_exit(1),e_no_jctl); in b_bg()