Searched defs:funct (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dshnodes.h208 struct functnod funct; member in union:Shnode_u
/ast/src/cmd/ksh93/sh/
H A Dparse.c739 static Shnode_t *funct(Lex_t *lexp) function
760 t->funct.functline = shp->inlineno;
761 t->funct.functtyp=TFUN;
762 t->funct.functargs = 0;
764 t->funct.functtyp |= FPOSIX;
773 t->funct.functloc = first = fctell();
779 t->funct.functloc = sfseek(shp->gd->hist_ptr->histfp,(off_t)0,SEEK_CUR);
783 t->funct.functloc = 0;
785 t->funct.functloc = sfseek(lexp->sh->heredocs,(Sfoff_t)0, SEEK_END);
789 t->funct
[all...]

Completed in 13 milliseconds