Lines Matching refs:out1fmt
325 out1fmt("builtin %s", cmdp->cmdname); in printentry()
327 out1fmt("function %s", cmdp->cmdname); in printentry()
723 out1fmt("%s\n", argv[i]); in typecmd_impl()
725 out1fmt("%s is a shell keyword\n", argv[i]); in typecmd_impl()
732 out1fmt("alias %s=", argv[i]); in typecmd_impl()
736 out1fmt("%s is an alias for %s\n", argv[i], in typecmd_impl()
764 out1fmt("%s is%s ", argv[i], in typecmd_impl()
771 out1fmt("%s is ", argv[i]); in typecmd_impl()
784 out1fmt("%s\n", argv[i]); in typecmd_impl()
786 out1fmt("%s is a shell function\n", argv[i]); in typecmd_impl()
791 out1fmt("%s\n", argv[i]); in typecmd_impl()
793 out1fmt("%s is a special shell builtin\n", in typecmd_impl()
796 out1fmt("%s is a shell builtin\n", argv[i]); in typecmd_impl()