Home | History | Annotate | Download | only in src

Lines Matching defs:builtin

613 builtin */
771 EXTERN Getopt builtin_opt; /* for shell builtin commands */
772 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */
790 /* name of called builtin function (used by error functions) */
792 EXTERN Tflag builtin_flag; /* flags of called builtin (SPEC_BI, etc.) */
951 #define SPEC_BI BIT(12) /* a POSIX special builtin */
952 #define REG_BI BIT(13) /* a POSIX regular builtin */
972 #define FC_SPECBI BIT(0) /* special builtin */
973 #define FC_FUNC BIT(1) /* function builtin */
974 #define FC_REGBI BIT(2) /* regular builtin */
975 #define FC_UNREGBI BIT(3) /* un-regular builtin (!special,!regular) */
1029 struct builtin {
1034 extern const struct builtin mkshbuiltins[];
1409 void builtin(const char *, int (*)(const char **));