Lines Matching refs:out1fmt
319 out1fmt("builtin %s", cmdp->cmdname); in printentry()
321 out1fmt("function %s", cmdp->cmdname); in printentry()
749 out1fmt("%s\n", argv[i]); in typecmd_impl()
751 out1fmt("%s is a shell keyword\n", argv[i]); in typecmd_impl()
758 out1fmt("alias %s=", argv[i]); in typecmd_impl()
762 out1fmt("%s is an alias for %s\n", argv[i], in typecmd_impl()
790 out1fmt("%s is%s ", argv[i], in typecmd_impl()
797 out1fmt("%s is ", argv[i]); in typecmd_impl()
810 out1fmt("%s\n", argv[i]); in typecmd_impl()
812 out1fmt("%s is a shell function\n", argv[i]); in typecmd_impl()
817 out1fmt("%s\n", argv[i]); in typecmd_impl()
819 out1fmt("%s is a special shell builtin\n", in typecmd_impl()
822 out1fmt("%s is a shell builtin\n", argv[i]); in typecmd_impl()