Home
last modified time | relevance | path

Searched refs:vp_pipest (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Djobs.c1184 unset(vp_pipest, 1); in j_waitj()
1185 vp = vp_pipest; in j_waitj()
1195 vp_pipest->areap); in j_waitj()
1197 memcpy(vq->name, vp_pipest->name, 11); in j_waitj()
1201 vp->areap = vp_pipest->areap; in j_waitj()
Dexec.c158 vp_pipest->flag |= INT_L; in execute()
471 if (vp_pipest->flag & INT_L) { in execute()
472 unset(vp_pipest, 1); in execute()
473 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY | in execute()
475 vp_pipest->val.i = rv; in execute()
Dmain.c362 setint_n((vp_pipest = global("PIPESTATUS")), 0); in main()
Dsh.h615 EXTERN struct tbl *vp_pipest; /* global PIPESTATUS array */ variable