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

/external/mksh/src/
H A Dexec.c153 vp_pipest->flag |= INT_L;
462 if (vp_pipest->flag & INT_L) {
463 unset(vp_pipest, 1);
464 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
466 vp_pipest->val.i = rv;
H A Djobs.c1246 unset(vp_pipest, 1);
1247 vp = vp_pipest;
1255 /* strlen(vp_pipest->name) == 10 */
1257 vp_pipest->areap);
1259 memcpy(vq->name, vp_pipest->name, 11);
1263 vp->areap = vp_pipest->areap;
H A Dmain.c407 setint_n((vp_pipest = global("PIPESTATUS")), 0, 10);
H A Dsh.h757 EXTERN struct tbl *vp_pipest; /* global PIPESTATUS array */ variable in typeref:struct:tbl

Completed in 427 milliseconds