Lines Matching refs:shprintf

156 		shprintf("%s\n", pwd);  in c_cd()
199 shprintf("%s\n", p); in c_pwd()
477 shprintf("%s", id); in c_whence()
481 shprintf(" is a reserved word"); in c_whence()
485 shprintf(" is an %salias for ", in c_whence()
488 shprintf("alias %s=", id); in c_whence()
493 shprintf(" is a"); in c_whence()
495 shprintf("n exported"); in c_whence()
497 shprintf(" traced"); in c_whence()
499 shprintf(" undefined"); in c_whence()
501 shprintf(" (autoload from %s)", in c_whence()
504 shprintf(" function"); in c_whence()
509 shprintf(" is a%s shell builtin", in c_whence()
516 shprintf(" is "); in c_whence()
518 shprintf("a tracked %salias for ", in c_whence()
522 shprintf("%s", tp->val.s); in c_whence()
525 shprintf(" not found"); in c_whence()
530 shprintf("%s is *GOK*", id); in c_whence()
534 shprintf("\n"); in c_whence()
745 shprintf("%s\n", vp->name); in c_typeset()
791 shprintf("typeset "); in c_typeset()
793 shprintf("-i "); in c_typeset()
795 shprintf("-x "); in c_typeset()
797 shprintf("-r "); in c_typeset()
799 shprintf("-t "); in c_typeset()
801 shprintf("-L%d ", vp->u2.field); in c_typeset()
803 shprintf("-R%d ", vp->u2.field); in c_typeset()
805 shprintf("-Z "); in c_typeset()
807 shprintf("-l "); in c_typeset()
809 shprintf("-u "); in c_typeset()
811 shprintf("-U "); in c_typeset()
812 shprintf("%s\n", vp->name); in c_typeset()
817 shprintf("%s ", in c_typeset()
821 shprintf("%s[%d]", in c_typeset()
824 shprintf("%s", vp->name); in c_typeset()
828 shprintf("="); in c_typeset()
834 shprintf("%s", s); in c_typeset()
838 shprintf("\n"); in c_typeset()
907 shprintf("alias: -r flag can only be used with -t" in c_alias()
927 shprintf("\n"); in c_alias()
951 shprintf("\n"); in c_alias()
953 shprintf("%s alias not found\n", alias); in c_alias()
1197 shprintf("%s\n", sigtraps[n].name); in c_kill()
1199 shprintf("%d\n", n); in c_kill()
1205 shprintf("%s%s", p, sigtraps[i].name); in c_kill()
1206 shprintf("\n"); in c_kill()