Lines Matching refs:o_string
322 } o_string; typedef
414 static int b_check_space(o_string *o, int len);
415 static int b_addchr(o_string *o, int ch);
416 static void b_reset(o_string *o);
417 static int b_addqchr(o_string *o, int ch, int quote);
419 static int b_adduint(o_string *o, unsigned int i);
455 static int xglob(o_string *dest, int flags, glob_t *pglob);
464 static int done_word(o_string *dest, struct p_context *ctx);
470 static int redirect_opt_num(o_string *o);
471 static int process_command_subs(o_string *dest, struct p_context *ctx, struct in_str *input, int su…
472 static int parse_group(o_string *dest, struct p_context *ctx, struct in_str *input, int ch);
476 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input);
478 static int parse_string(o_string *dest, struct p_context *ctx, const char *src);
480 static int parse_stream(o_string *dest, struct p_context *ctx, struct in_str *input0, int end_trigg…
868 static int b_check_space(o_string *o, int len) in b_check_space()
884 static int b_addchr(o_string *o, int ch) in b_addchr()
894 static void b_reset(o_string *o) in b_reset()
901 static void b_free(o_string *o) in b_free()
912 static int b_addqchr(o_string *o, int ch, int quote) in b_addqchr()
923 static int b_adduint(o_string *o, unsigned int i) in b_adduint()
2097 static int xglob(o_string *dest, int flags, glob_t *pglob)
2402 static int reserved_word(o_string *dest, struct p_context *ctx)
2451 static int done_word(o_string *dest, struct p_context *ctx)
2646 static int redirect_opt_num(o_string *o)
2699 static int process_command_subs(o_string *dest, struct p_context *ctx, struct in_str *input, int su…
2702 o_string result=NULL_O_STRING;
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,
3189 o_string temp=NULL_O_STRING;