Home
last modified time | relevance | path

Searched refs:sh_main (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpmain.c45 return(sh_main(argc, argv, (Shinit_f)0)); in main()
H A Dmain.c124 int sh_main(int ac, char *av[], Shinit_f userinit) in sh_main() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h185 extern int sh_main(int, char*[], Shinit_f);
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers66 sh_main;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DDESIGN149 23. pmain.c is just a calls sh_main() so that all of the
167 This is now obsolete with the new version of sh_main().