Home
last modified time | relevance | path

Searched defs:Ufunction (Results 1 – 4 of 4) sorted by relevance

/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dname.h99 struct Ufunction struct
101 int *ptree; /* address of parse tree */
102 int lineno; /* line number of function start */
103 short argc; /* number of references */
104 short running; /* function is running */
105 char **argv; /* reference argument list */
107 Namval_t *nspace; /* pointer to name space */
109 char *help; /* help string */
110 Dt_t *sdict; /* dictionary for statics */
111 Dt_t *fdict; /* dictionary node belongs to */
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dname.h99 struct Ufunction struct
101 int *ptree; /* address of parse tree */
102 int lineno; /* line number of function start */
103 short argc; /* number of references */
104 short running; /* function is running */
105 char **argv; /* reference argument list */
107 Namval_t *nspace; /* pointer to name space */
109 char *help; /* help string */
110 Dt_t *sdict; /* dictionary for statics */
111 Dt_t *fdict; /* dictionary node belongs to */
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dname.h108 struct Ufunction struct
110 int64_t lineno; /* line number of function start */
111 int *ptree; /* address of parse tree */
112 short argc; /* number of references */
113 short running; /* function is running */
114 char **argv; /* reference argument list */
116 Namval_t *nspace; /* pointer to name space */
118 char *help; /* help string */
119 Dt_t *sdict; /* dictionary for statics */
120 Dt_t *fdict; /* dictionary node belongs to */
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dname.h592 struct Ufunction { struct
593 int64_t lineno; // line number of function start
594 int *ptree; // address of parse tree
595 short argc; // number of references
596 short running; // function is running
597 char **argv; // reference argument list
599 Namval_t *nspace; // pointer to name space
601 char *help; // help string
602 Dt_t *sdict; // dictionary for statics
603 Dt_t *fdict; // dictionary node belongs to
[all …]