Searched refs:print_value_quoted (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/bin/mksh/ |
| D | tree.c | 292 print_value_quoted(shf, iop->name); in pioact() 945 print_value_quoted(shf, iop->name); in dumpioact() 954 print_value_quoted(shf, iop->heredoc); in dumpioact()
|
| D | funcs.c | 575 print_value_quoted(shl_stdout, tp->val.s); in c_whence() 996 print_value_quoted(shl_stdout, s); in c_typeset_vardump() 1091 print_value_quoted(shl_stdout, ap->val.s); in c_alias() 1116 print_value_quoted(shl_stdout, ap->val.s); in c_alias() 2272 print_value_quoted(shl_stdout, p->trap); in c_trap()
|
| D | exec.c | 649 print_value_quoted(shl_xtrace, ccp); in comexec() 662 print_value_quoted(shl_xtrace, ap[rv]); in comexec()
|
| D | shf.c | 992 print_value_quoted(shf, s); in shf_vfprintf()
|
| D | eval.c | 422 print_value_quoted(&shf, str_val(st->var)); in expand()
|
| D | sh.h | 1867 void print_value_quoted(struct shf *, const char *);
|
| D | misc.c | 1096 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted() function
|