Home
last modified time | relevance | path

Searched refs:print_value_quoted (Results 1 – 7 of 7) sorted by relevance

/external/mksh/src/
Dtree.c293 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()
Dfuncs.c742 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()
Dexec.c651 print_value_quoted(shl_xtrace, ccp); in comexec()
662 print_value_quoted(shl_xtrace, ap[rv]); in comexec()
Dshf.c983 print_value_quoted(shf, s); in shf_vfprintf()
Dmisc.c1116 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted() function
Deval.c430 print_value_quoted(&shf, str_val(st->var)); in expand()
Dsh.h2245 void print_value_quoted(struct shf *, const char *);