Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c302 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()
Dfuncs.c733 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()
Dexec.c660 print_value_quoted(shl_xtrace, ccp); in comexec()
671 print_value_quoted(shl_xtrace, ap[rv]); in comexec()
Dshf.c1003 print_value_quoted(shf, s); in shf_vfprintf()
Dmisc.c1343 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted() function
Deval.c447 print_value_quoted(&shf, str_val(st->var)); in expand()
Dvar.c2197 print_value_quoted(shl_stdout, s); in c_typeset_vardump()
Dsh.h2569 void print_value_quoted(struct shf *, const char *);