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

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

Completed in 171 milliseconds