Go to the source code of this file.
Defines | |
| #define | EXEC_CMD_OK 0 |
| #define | EXEC_CMD_FAIL 1 |
| #define | EXEC_CMD_INTR 2 |
Functions | |
| void | execcmd (char *string, void(*func)(void *closure, int status), void *closure, LIST *shell) |
| int | execwait () |
| #define EXEC_CMD_FAIL 1 |
| #define EXEC_CMD_INTR 2 |
| #define EXEC_CMD_OK 0 |
| void execcmd | ( | char * | string, | |
| void(*)(void *closure, int status) | func, | |||
| void * | closure, | |||
| LIST * | shell | |||
| ) |
| int execwait | ( | ) |
1.4.7