Searched defs:Shbltin_s (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | shcmd.h | 53 typedef struct Shbltin_s struct 55 Shell_t *shp; 56 __V_ *ptr; 57 int version; 58 int (*shrun) __PROTO__((int, char**)); 59 int (*shtrap) __PROTO__((const char*, int)); 60 void (*shexit) __PROTO__((int)); 61 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*)); 62 unsigned char notify; 63 unsigned char sigset; [all …]
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | shcmd.h | 53 typedef struct Shbltin_s struct 55 Shell_t *shp; 56 __V_ *ptr; 57 int version; 58 int (*shrun) __PROTO__((int, char**)); 59 int (*shtrap) __PROTO__((const char*, int)); 60 void (*shexit) __PROTO__((int)); 61 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*)); 62 unsigned char notify; 63 unsigned char sigset; [all …]
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | shcmd.h | 53 typedef struct Shbltin_s struct 55 Shell_t *shp; 56 __V_ *ptr; 57 int version; 58 int (*shrun) __PROTO__((int, char**)); 59 int (*shtrap) __PROTO__((const char*, int)); 60 void (*shexit) __PROTO__((int)); 61 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*)); 62 unsigned char notify; 63 unsigned char sigset; [all …]
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | shcmd.h | 44 typedef struct Shbltin_s struct 46 Shell_t *shp; 47 void *ptr; 48 int version; 49 int (*shrun)(int, char**); 50 int (*shtrap)(const char*, int); 51 void (*shexit)(int); 52 Namval_t *(*shbltin)(const char*, Shbltin_f, void*); 53 unsigned char notify; 54 unsigned char sigset; [all …]
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | shcmd.h | 53 typedef struct Shbltin_s struct 55 Shell_t *shp; 56 __V_ *ptr; 57 int version; 58 int (*shrun) __PROTO__((int, char**)); 59 int (*shtrap) __PROTO__((const char*, int)); 60 void (*shexit) __PROTO__((int)); 61 Namval_t *(*shbltin) __PROTO__((const char*, Shbltin_f, __V_*)); 62 unsigned char notify; 63 unsigned char sigset; [all …]
|