Home
last modified time | relevance | path

Searched refs:sh_menu (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Dshell.h181 extern void sh_menu(Sfio_t*, int, char*[]);
/titanic_50/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
/titanic_50/usr/src/lib/libshell/
H A Dmapfile-vers57 sh_menu;
/titanic_50/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
/titanic_50/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dcompletion.c334 sh_menu(sfstderr,narg,com); in ed_expand()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dio.c2176 void sh_menu(Sfio_t *outfile,int argn,char *argv[]) in sh_menu() function
H A Dxec.c1630 sh_menu(sfstderr,nargs,args); in sh_exec()