Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h87 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c510 void sh_exit(register int xno) in sh_exit() function