Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c1261 unset(vp_pipest, 1); in j_waitj()
1262 vp = vp_pipest; in j_waitj()
1272 vp_pipest->areap); in j_waitj()
1274 memcpy(vq->name, vp_pipest->name, 11); in j_waitj()
1278 vp->areap = vp_pipest->areap; in j_waitj()
Dexec.c141 vp_pipest->flag |= INT_L; in execute()
453 if (vp_pipest->flag & INT_L) { in execute()
454 unset(vp_pipest, 1); in execute()
455 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY | in execute()
457 vp_pipest->val.i = rv; in execute()
Dmain.c477 setint_n((vp_pipest = global("PIPESTATUS")), 0, 10); in main_init()
Dsh.h915 EXTERN struct tbl *vp_pipest; /* global PIPESTATUS array */ variable