Searched refs:print_value_quoted (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | funcs.c | 569 print_value_quoted(shl_stdout, tp->val.s); in c_whence() 985 print_value_quoted(shl_stdout, s); in c_typeset_vardump() 1080 print_value_quoted(shl_stdout, ap->val.s); in c_alias() 1105 print_value_quoted(shl_stdout, ap->val.s); in c_alias() 2259 print_value_quoted(shl_stdout, p->trap); in c_trap()
|
D | tree.c | 925 print_value_quoted(shf, iop->name); in dumpioact() 934 print_value_quoted(shf, iop->heredoc); in dumpioact()
|
D | sh.h | 1913 void print_value_quoted(struct shf *, const char *);
|
D | misc.c | 1053 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted() function
|
D | eval.c | 424 print_value_quoted(&shf, str_val(st->var)); in expand()
|