Searched refs:p_context (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c223 struct p_context { struct
231 struct p_context *stack;
501 static int setup_redirect(struct p_context *ctx, int fd, redir_type style, struct in_str *input);
502 static void initialize_context(struct p_context *ctx);
503 static int done_word(o_string *dest, struct p_context *ctx);
504 static int done_command(struct p_context *ctx);
505 static int done_pipe(struct p_context *ctx, pipe_style type);
510 static int process_command_subs(o_string *dest, struct p_context *ctx, struct in_str *input, const char *subst_end);
512 static int parse_group(o_string *dest, struct p_context *ctx, struct in_str *input, int ch);
514 static int handle_dollar(o_string *dest, struct p_context *ct
[all...]

Completed in 97 milliseconds