Searched refs:print_value_quoted (Results 1 – 7 of 7) sorted by relevance
/external/mksh/src/ |
D | tree.c | 293 print_value_quoted(shf, iop->ioname); in pioact() 953 print_value_quoted(shf, iop->ioname); in dumpioact() 962 print_value_quoted(shf, iop->heredoc); in dumpioact()
|
D | funcs.c | 742 print_value_quoted(shl_stdout, tp->val.s); in do_whence() 1123 print_value_quoted(shl_stdout, s); in c_typeset_vardump() 1218 print_value_quoted(shl_stdout, ap->val.s); in c_alias() 1243 print_value_quoted(shl_stdout, ap->val.s); in c_alias() 2451 print_value_quoted(shl_stdout, p->trap); in c_trap()
|
D | exec.c | 651 print_value_quoted(shl_xtrace, ccp); in comexec() 662 print_value_quoted(shl_xtrace, ap[rv]); in comexec()
|
D | shf.c | 983 print_value_quoted(shf, s); in shf_vfprintf()
|
D | misc.c | 1116 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted() function
|
D | eval.c | 430 print_value_quoted(&shf, str_val(st->var)); in expand()
|
D | sh.h | 2245 void print_value_quoted(struct shf *, const char *);
|