• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/

Lines Matching refs:p_context

223 struct p_context {
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 *ctx, struct in_str *input);
516 static int parse_stream(o_string *dest, struct p_context *ctx, struct in_str *input0, const char *end_trigger);
2752 static int setup_redirect(struct p_context *ctx, int fd, redir_type style,
2809 static void initialize_context(struct p_context *ctx)
2827 static int reserved_word(o_string *dest, struct p_context *ctx)
2864 struct p_context *new;
2887 struct p_context *old;
2907 static int done_word(o_string *dest, struct p_context *ctx)
2966 static int done_command(struct p_context *ctx)
3008 static int done_pipe(struct p_context *ctx, pipe_style type)
3126 static int process_command_subs(o_string *dest, struct p_context *ctx,
3131 struct p_context inner;
3178 static int parse_group(o_string *dest, struct p_context *ctx,
3183 struct p_context sub;
3220 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input)
3294 static int parse_stream(o_string *dest, struct p_context *ctx,
3514 struct p_context ctx;