Searched refs:sh_menu (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 181 extern void sh_menu(Sfio_t*, int, char*[]);
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
|
/titanic_50/usr/src/lib/libshell/ |
H A D | mapfile-vers | 57 sh_menu;
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 191 extern __MANGLE__ void sh_menu __PROTO__((Sfio_t*, int, char*[]));
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | completion.c | 334 sh_menu(sfstderr,narg,com); in ed_expand()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 2176 void sh_menu(Sfio_t *outfile,int argn,char *argv[]) in sh_menu() function
|
H A D | xec.c | 1630 sh_menu(sfstderr,nargs,args); in sh_exec()
|