Searched refs:print_value_quoted (Results 1 – 8 of 8) sorted by relevance
/external/mksh/src/ |
D | tree.c | 302 print_value_quoted(shf, iop->ioname); in pioact() 977 print_value_quoted(shf, iop->ioname); in dumpioact() 986 print_value_quoted(shf, iop->heredoc); in dumpioact()
|
D | funcs.c | 733 print_value_quoted(shl_stdout, tp->val.s); in do_whence() 849 print_value_quoted(shl_stdout, ap->val.s); in c_alias() 879 print_value_quoted(shl_stdout, ap->val.s); in c_alias() 2102 print_value_quoted(shl_stdout, p->trap); in c_trap()
|
D | exec.c | 660 print_value_quoted(shl_xtrace, ccp); in comexec() 671 print_value_quoted(shl_xtrace, ap[rv]); in comexec()
|
D | shf.c | 1003 print_value_quoted(shf, s); in shf_vfprintf()
|
D | misc.c | 1343 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted() function
|
D | eval.c | 447 print_value_quoted(&shf, str_val(st->var)); in expand()
|
D | var.c | 2197 print_value_quoted(shl_stdout, s); in c_typeset_vardump()
|
D | sh.h | 2569 void print_value_quoted(struct shf *, const char *);
|