Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c1247 unset(vp_pipest, 1); in j_waitj()
1248 vp = vp_pipest; in j_waitj()
1258 vp_pipest->areap); in j_waitj()
1260 memcpy(vq->name, vp_pipest->name, 11); in j_waitj()
1264 vp->areap = vp_pipest->areap; in j_waitj()
Dexec.c140 vp_pipest->flag |= INT_L; in execute()
446 if (vp_pipest->flag & INT_L) { in execute()
447 unset(vp_pipest, 1); in execute()
448 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY | in execute()
450 vp_pipest->val.i = rv; in execute()
Dmain.c470 setint_n((vp_pipest = global("PIPESTATUS")), 0, 10); in main_init()
Dsh.h811 EXTERN struct tbl *vp_pipest; /* global PIPESTATUS array */ variable