Home | History | Annotate | Download | only in src

Lines Matching defs:FUNCTION

544 #define E_FUNC	2	/* executing function # */
552 #define EF_FUNC_PARSE BIT(0) /* function being parsed */
790 /* name of called builtin function (used by error functions) */
899 int (*f)(const char **);/* int function */
900 struct op *t; /* "function" tree */
904 const char *fpath; /* temporary path to undef function */
924 #define EXPORT BIT(3) /* exported variable/function */
937 #define UCASEV_AL BIT(18) /* convert to upper case / autoload function */
948 #define FINUSE BIT(9) /* function being executed */
949 #define FDELETE BIT(10) /* function deleted while it was executing */
950 #define FKSH BIT(11) /* function defined with function x (vs x()) */
965 #define CFUNC 2 /* function */
973 #define FC_FUNC BIT(1) /* function builtin */
995 * activation record for function blocks
1068 short ksh_func; /* TFUNC: function x (vs x()) */
1092 #define TFUNCT 19 /* function name { command; } */
1337 #define FUNCTION 274