Lines Matching refs:out1fmt
323 out1fmt("builtin %s", cmdp->cmdname); in printentry()
325 out1fmt("function %s", cmdp->cmdname); in printentry()
721 out1fmt("%s\n", argv[i]); in typecmd_impl()
723 out1fmt("%s is a shell keyword\n", argv[i]); in typecmd_impl()
730 out1fmt("alias %s=", argv[i]); in typecmd_impl()
734 out1fmt("%s is an alias for %s\n", argv[i], in typecmd_impl()
762 out1fmt("%s is%s ", argv[i], in typecmd_impl()
769 out1fmt("%s is ", argv[i]); in typecmd_impl()
782 out1fmt("%s\n", argv[i]); in typecmd_impl()
784 out1fmt("%s is a shell function\n", argv[i]); in typecmd_impl()
789 out1fmt("%s\n", argv[i]); in typecmd_impl()
791 out1fmt("%s is a special shell builtin\n", in typecmd_impl()
794 out1fmt("%s is a shell builtin\n", argv[i]); in typecmd_impl()