Searched defs:Ufunction (Results 1 – 1 of 1) sorted by relevance
99 struct Ufunction struct101 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 */106 off_t hoffset; /* offset into source or history file */107 Namval_t *nspace; /* pointer to name space */108 char *fname; /* file name where function defined */109 char *help; /* help string */[all …]