Searched refs:p_context (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 198 struct p_context { struct 207 struct p_context *stack; argument 461 static int setup_redirect(struct p_context *ctx, int fd, redir_type style, struct in_str *input); 463 static void initialize_context(struct p_context *ctx); 464 static int done_word(o_string *dest, struct p_context *ctx); 465 static int done_command(struct p_context *ctx); 466 static int done_pipe(struct p_context *ctx, pipe_style type); 471 static int process_command_subs(o_string *dest, struct p_context *ctx, struct in_str *input, int su… 472 static int parse_group(o_string *dest, struct p_context *ctx, struct in_str *input, int ch); 476 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input); [all …]
|