Searched defs:Ufunction (Results 1 – 1 of 1) sorted by relevance
90 struct Ufunction struct92 int *ptree; /* address of parse tree */93 int lineno; /* line number of function start */94 off_t hoffset; /* offset into source or history file */95 Namval_t *nspace; /* pointer to name space */96 char *fname; /* file name where function defined */97 char *help; /* help string */98 Dt_t *sdict; /* dictionary for statics */99 Dt_t *fdict; /* dictionary node belongs to */100 Namval_t *np; /* function node pointer */