Lines Matching defs:ctx
2297 static int setup_redirect(struct p_context *ctx, int fd, redir_type style,
2355 static void initialize_context(struct p_context *ctx)
2402 static int reserved_word(o_string *dest, struct p_context *ctx)
2451 static int done_word(o_string *dest, struct p_context *ctx)
2542 static int done_command(struct p_context *ctx)
2591 static int done_pipe(struct p_context *ctx, pipe_style type)
2699 static int process_command_subs(o_string *dest, struct p_context *ctx, struct in_str *input, int su…
2742 static int parse_group(o_string *dest, struct p_context *ctx,
2838 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input)
2942 int parse_string(o_string *dest, struct p_context *ctx, const char *src)
2951 static int parse_stream(o_string *dest, struct p_context *ctx,
3188 struct p_context ctx; local