subsh bool
This commit is contained in:
@@ -18,11 +18,9 @@
|
||||
typedef struct s_dio_node
|
||||
{
|
||||
const char *st;
|
||||
const char *redir;
|
||||
char *cmd;
|
||||
char *args;
|
||||
char *inf;
|
||||
char *outf;
|
||||
char *files;
|
||||
} t_dio_node;
|
||||
|
||||
typedef struct s_elems
|
||||
@@ -32,12 +30,12 @@ typedef struct s_elems
|
||||
} t_elems;
|
||||
|
||||
// internal
|
||||
char *replace_ampercent(char *src);
|
||||
char *replace_left_red(char *src);
|
||||
char *replace_ampercent(char *src);
|
||||
char *replace_left_red(char *src);
|
||||
t_dio_node get_cmd_txt(t_ast_n *node);
|
||||
int print_ast(t_ast_n *node, t_elems *e, int fd);
|
||||
int print_ast(t_ast_n *node, t_elems *e, int fd);
|
||||
|
||||
// external
|
||||
void gen_dio_linked_list(t_node *head, int fd);
|
||||
void gen_dio_ast(t_ast_n *head, int fd);
|
||||
void gen_dio_linked_list(t_node *head, int fd);
|
||||
void gen_dio_ast(t_ast_n *head, int fd);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user