Searched defs:Coshell_t (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libcoshell/ |
H A D | coshell.h | 42 struct Coshell_s; typedef struct Coshell_s Coshell_t; typedef in typeref:struct:Coshell_s 49 #define COSHELL Coshell_t 97 Coshell_t* coshell; /* running in this coshell */ 124 extern int coclose(Coshell_t*); 125 extern Cojob_t* coexec(Coshell_t*, const char*, int, const char*, const char*, const char*); 127 extern int coexport(Coshell_t*, const char*, const char*); 128 extern int cokill(Coshell_t*, Cojob_t*, int); 129 extern Coshell_t* coopen(const char*, int, const char*); 131 extern int cosync(Coshell_t*, const char*, int, int); 132 extern Cojob_t* cowait(Coshell_t*, Cojob_ [all...] |
Completed in 12 milliseconds