Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dbuiltins.h163 extern const char sh_optexec[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbuiltins.c587 const char sh_optexec[] = variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c68 while (n = optget(argv, sh_optexec)) switch (n) in b_exec()