Searched refs:p_context (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/common/ |
D | cli_hush.c | 197 struct p_context { struct 206 struct p_context *stack; argument 460 static int setup_redirect(struct p_context *ctx, int fd, redir_type style, struct in_str *input); 462 static void initialize_context(struct p_context *ctx); 463 static int done_word(o_string *dest, struct p_context *ctx); 464 static int done_command(struct p_context *ctx); 465 static int done_pipe(struct p_context *ctx, pipe_style type); 470 static int process_command_subs(o_string *dest, struct p_context *ctx, struct in_str *input, int su… 471 static int parse_group(o_string *dest, struct p_context *ctx, struct in_str *input, int ch); 475 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input); [all …]
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | refparser.py | 595 def p_context(p): function
|
/external/mesa3d/doxygen/ |
D | gallium.doc | 59 The public interface of a Gallium3D driver is described by the p_context.h
|