Home | History | Annotate | Download | only in src

Lines Matching refs:shf_puts

57 			shf_puts("#no-vars# ", shf);
62 shf_puts("#no-args# ", shf);
84 shf_puts("! ", shf);
90 shf_puts("[[", shf);
93 shf_puts(" ]] ", shf);
103 shf_puts("in ", shf);
175 shf_puts("<botch>", shf);
192 shf_puts(iop->heredoc, shf);
223 shf_puts("< ", shf);
226 shf_puts(flag & IOSKIP ? "<<-" : "<<", shf);
229 shf_puts(">> ", shf);
232 shf_puts(flag & IOCLOB ? ">| " : "> ", shf);
235 shf_puts("<> ", shf);
238 shf_puts(flag & IORDUP ? "<&" : ">&", shf);
298 shf_puts("$(", shf);
305 shf_puts("$((", shf);
308 shf_puts("))", shf);
389 shf_puts(va_arg(va, char *), shf);
585 shf_puts("$(", &shf);
591 shf_puts("$((", &shf);
594 shf_puts("))", &shf);