Searched defs:pe (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libdss/
H A Dcxeval.c132 Cxinstruction_t* pe = pc; local
145 cxcodetrace(cx, "eval", pc, pc - pe + 1, expr->stack, sp);
/ast/src/cmd/std/
H A Dpss-ps.c197 ps_part(register Pss_t* pss, register Pssent_t* pe) argument
209 memset(pe, sizeof(*pe), 0);
223 pe->addr = (void*)number(s, &e, 16);
226 pe->args = e = s;
229 pe->sched = e = s;
232 pe->command = (e = strrchr(s, '/')) ? (e + 1) : s;
236 pe->cpu = number(s, &e, 10);
239 pe->flags = number(s, &e, 8);
248 pe
[all...]
H A Dpss.c106 register Pssent_t* pe; local
122 pe = pss->ent;
123 if ((i = (*pss->meth->partf)(pss, pe)) < 0)
127 memset(pe, 0, sizeof(*pe));
128 pe->pid = pss->pid;
132 pe->pss = PSS_EXPLICIT;
134 pe->pss = PSS_MATCHED;
139 if ((flags & PSS_TTY) && pe->tty != TTYMAP(pss, pss->disc->tty))
141 if ((flags & PSS_UID) && pe
238 psssave(register Pss_t* pss, register Pssent_t* pe) argument
390 pssttyname(register Pss_t* pss, Pssent_t* pe) argument
[all...]
H A Dps.c1205 addpid(Pssent_t* pe, register char* s) argument
1232 pe = pssread(state.pss, pid);
1234 if (pe)
1238 pp->user = fmtuid(pe->uid);
1239 pp->pid = pe->pid;
1240 pp->ps = pe;
1243 if (!(pp->ps = psssave(state.pss, pe)))
1467 Pssent_t* pe; local
1704 while (pe = pssread(state.pss, PSS_SCAN))
1705 addpid(pe, Ni
[all...]
/ast/src/lib/libvgraph/
H A Dgraph.c120 Gredge_t edge, *ed, *e, *pe; local
137 { for(pe = NIL(Gredge_t*), e = ed->tail->oedge; e; pe = e, e = e->onext)
139 { if(pe)
140 pe->onext = e->onext;
145 for(pe = NIL(Gredge_t*), e = ed->head->iedge; e; pe = e, e = e->inext)
147 { if(pe)
148 pe->inext = e->inext;
/ast/src/cmd/dsslib/ip_t/
H A Dire.c138 Re_t* pe; local
191 pe = 0;
211 pe = 0;
220 pe = re;
223 if (pe)
224 ire->re = pe;
262 if (pe)
364 if (pe)
365 pe->next = re;
368 pe
[all...]
/ast/src/cmd/re/
H A Dsed2.c300 pe(Text *script, unsigned char *pc, Text *data) function
412 pe(script, pc, data);
542 pe,qe,re,se,te,vv,vv,we,xe,ye,vv,Le,vv,Re,vv,vv /* p-y{} */
/ast/src/lib/libvcodex/
H A Dvcsfio.c331 extend(char** pc, char** pb, char** pe, int n) argument
333 extend(pc, pb, pe, n)
336 char** pe;
344 x = (*pe - *pb + 1);
350 *pe = *pb + x - 1;

Completed in 23 milliseconds