Searched refs:sh_fdnotify (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 192 extern int (*sh_fdnotify(int(*)(int,int)))(int,int);
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | mkservice.c | 268 covered_fdnotify = sh_fdnotify(fdnotify); in service_init()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 2372 Notify_f sh_fdnotify(Notify_f notify) in sh_fdnotify() function
|