Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c569 print_value_quoted(shl_stdout, tp->val.s); in c_whence()
985 print_value_quoted(shl_stdout, s); in c_typeset_vardump()
1080 print_value_quoted(shl_stdout, ap->val.s); in c_alias()
1105 print_value_quoted(shl_stdout, ap->val.s); in c_alias()
2259 print_value_quoted(shl_stdout, p->trap); in c_trap()
Dtree.c925 print_value_quoted(shf, iop->name); in dumpioact()
934 print_value_quoted(shf, iop->heredoc); in dumpioact()
Dsh.h1913 void print_value_quoted(struct shf *, const char *);
Dmisc.c1053 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted() function
Deval.c424 print_value_quoted(&shf, str_val(st->var)); in expand()