Searched refs:dol (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dtdump.c229 static int p_comlist(const struct dolnod *dol) argument
233 argv = dol->dolval+ARG_SPARE;
236 n = argv - (dol->dolval+1);
238 argv = dol->dolval+ARG_SPARE;
H A Dtrestore.c302 register struct dolnod *dol=0; local
307 dol = (struct dolnod*)stkalloc(shp->stk,sizeof(struct dolnod) + sizeof(char*)*(l+ARG_SPARE));
308 dol->dolnum = l;
309 dol->dolbot = ARG_SPARE;
310 argv = dol->dolval+ARG_SPARE;
313 return(dol);
H A Ddeparse.c538 static void p_comlist(const struct dolnod *dol,int endchar) argument
542 argv = dol->dolval+ARG_SPARE;
/ast/src/cmd/re/
H A Ded.c133 unsigned long dol; member in struct:__anon200::__anon203
138 Line_t* dol; member in struct:__anon200
456 ed.undo.dol = ed.dol - ed.zero;
498 n = ed.dol - ed.zero;
499 ed.dol = ed.zero + ed.undo.dol;
500 ed.undo.dol = n;
557 if (ed.addr2 > ed.dol)
740 a = ed.dol;
[all...]
/ast/src/cmd/ksh93/include/
H A Dshnodes.h199 struct dolnod dol; member in union:Shnode_u

Completed in 21 milliseconds