Searched defs:Ufunction (Results 1 – 2 of 2) sorted by relevance
99 struct Ufunction struct 101 ptreeUfunction global() argument 102 linenoUfunction global() argument 103 argcUfunction global() argument 104 runningUfunction global() argument 105 argvUfunction global() argument 106 hoffsetUfunction global() argument 107 nspaceUfunction global() argument 108 fnameUfunction global() argument 109 helpUfunction global() argument 110 sdictUfunction global() argument 111 fdictUfunction global() argument 112 npUfunction global() argument
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 */