Searched refs:Shbltin_f (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dcmd.h102 Shbltin_f fun;
122 if (fun = (Shbltin_f)dlsym(dll, buf + 1))
124 if (fun = (Shbltin_f)dlsym(dll, buf))
129 if (fun = (Shbltin_f)dlsym(dll, buf + 1))
131 if (fun = (Shbltin_f)dlsym(dll, buf))
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h58 typedef int (*Shbltin_f) __PROTO__((int, char**, __V_*)); typedef
69 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*));
91 # define sh_builtin(c,n,f,p) ((c)?(*sh_context(c)->shbltin)(n,(Shbltin_f)(f),(__V_*)(p)):0)
/osnet-11/usr/src/lib/libast/common/include/
H A Dshcmd.h49 typedef int (*Shbltin_f)(int, char**, void*); typedef
60 Namval_t *(*shbltin)(const char*, Shbltin_f, void*);
82 # define sh_builtin(c,n,f,p) ((c)?(*sh_context(c)->shbltin)(n,(Shbltin_f)(f),(void*)(p)):0)
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h58 typedef int (*Shbltin_f) __PROTO__((int, char**, __V_*)); typedef
69 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*));
91 # define sh_builtin(c,n,f,p) ((c)?(*sh_context(c)->shbltin)(n,(Shbltin_f)(f),(__V_*)(p)):0)
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h58 typedef int (*Shbltin_f) __PROTO__((int, char**, __V_*)); typedef
69 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*));
91 # define sh_builtin(c,n,f,p) ((c)?(*sh_context(c)->shbltin)(n,(Shbltin_f)(f),(__V_*)(p)):0)
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h58 typedef int (*Shbltin_f) __PROTO__((int, char**, __V_*)); typedef
69 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*));
91 # define sh_builtin(c,n,f,p) ((c)?(*sh_context(c)->shbltin)(n,(Shbltin_f)(f),(__V_*)(p)):0)
/osnet-11/usr/src/lib/libcmd/amd64/include/ast/
H A Dcmd.h111 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))
/osnet-11/usr/src/lib/libcmd/i386/include/ast/
H A Dcmd.h111 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))
/osnet-11/usr/src/lib/libcmd/sparc/include/ast/
H A Dcmd.h111 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))
/osnet-11/usr/src/lib/libcmd/sparcv9/include/ast/
H A Dcmd.h111 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))
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h240 Shbltin_f bltinfun; \

Completed in 23 milliseconds