Searched refs:print_value_quoted (Results 1 – 7 of 7) sorted by relevance
/external/mksh/src/ |
D | tree.c | 291 print_value_quoted(shf, iop->ioname); in pioact() 943 print_value_quoted(shf, iop->ioname); in dumpioact() 952 print_value_quoted(shf, iop->heredoc); in dumpioact()
|
D | funcs.c | 602 print_value_quoted(shl_stdout, tp->val.s); in c_whence() 1028 print_value_quoted(shl_stdout, s); in c_typeset_vardump() 1123 print_value_quoted(shl_stdout, ap->val.s); in c_alias() 1148 print_value_quoted(shl_stdout, ap->val.s); in c_alias() 2349 print_value_quoted(shl_stdout, p->trap); in c_trap()
|
D | exec.c | 681 print_value_quoted(shl_xtrace, ccp); in comexec() 692 print_value_quoted(shl_xtrace, ap[rv]); in comexec()
|
D | shf.c | 973 print_value_quoted(shf, s); in shf_vfprintf()
|
D | eval.c | 429 print_value_quoted(&shf, str_val(st->var)); in expand()
|
D | misc.c | 1111 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted() function
|
D | sh.h | 1940 void print_value_quoted(struct shf *, const char *);
|