Searched refs:Shbltin_f (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | cmd.h | 102 Shbltin_f fun; in main() 122 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) in main() 124 if (fun = (Shbltin_f)dlsym(dll, buf)) in main() 129 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) in main() 131 if (fun = (Shbltin_f)dlsym(dll, buf)) in main()
|
/titanic_50/usr/src/lib/libcmd/sparcv9/include/ast/ |
H A D | cmd.h | 111 Shbltin_f fun; 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_50/usr/src/lib/libcmd/amd64/include/ast/ |
H A D | cmd.h | 111 Shbltin_f fun; 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_50/usr/src/lib/libcmd/i386/include/ast/ |
H A D | cmd.h | 111 Shbltin_f fun; 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_50/usr/src/lib/libcmd/sparc/include/ast/ |
H A D | cmd.h | 111 Shbltin_f fun; 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | shcmd.h | 41 typedef int (*Shbltin_f)(int, char**, void*); typedef 52 Namval_t *(*shbltin)(const char*, Shbltin_f, void*);
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | shcmd.h | 50 typedef int (*Shbltin_f) __PROTO__((int, char**, __V_*)); 61 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | shcmd.h | 50 typedef int (*Shbltin_f) __PROTO__((int, char**, __V_*)); 61 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | shcmd.h | 50 typedef int (*Shbltin_f) __PROTO__((int, char**, __V_*)); 61 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | shcmd.h | 50 typedef int (*Shbltin_f) __PROTO__((int, char**, __V_*)); 61 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*));
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 212 Shbltin_f bltinfun; \
|