• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/

Lines Matching refs:p_context

223 struct p_context {
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 *ctx, struct in_str *input);
515 static int parse_stream(o_string *dest, struct p_context *ctx, struct in_str *input0, const char *end_trigger);
2751 static int setup_redirect(struct p_context *ctx, int fd, redir_type style,
2808 static void initialize_context(struct p_context *ctx)
2826 static int reserved_word(o_string *dest, struct p_context *ctx)
2863 struct p_context *new;
2886 struct p_context *old;
2906 static int done_word(o_string *dest, struct p_context *ctx)
2965 static int done_command(struct p_context *ctx)
3007 static int done_pipe(struct p_context *ctx, pipe_style type)
3125 static int process_command_subs(o_string *dest, struct p_context *ctx,
3130 struct p_context inner;
3177 static int parse_group(o_string *dest, struct p_context *ctx,
3182 struct p_context sub;
3219 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input)
3293 static int parse_stream(o_string *dest, struct p_context *ctx,
3513 struct p_context ctx;