HomeSort by relevance Sort by last modified time
    Searched refs:vp_pipest (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
jobs.c 1266 unset(vp_pipest, 1);
1267 vp = vp_pipest;
1275 /* strlen(vp_pipest->name) == 10 */
1277 vp_pipest->areap);
1279 memcpy(vq->name, vp_pipest->name, 11);
1283 vp->areap = vp_pipest->areap;
    [all...]
exec.c 140 vp_pipest->flag |= INT_L;
446 if (vp_pipest->flag & INT_L) {
447 unset(vp_pipest, 1);
448 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
450 vp_pipest->val.i = rv;
    [all...]
main.c 461 setint_n((vp_pipest = global("PIPESTATUS")), 0, 10);
    [all...]
sh.h 861 EXTERN struct tbl *vp_pipest; /* global PIPESTATUS array */ variable in typeref:struct:tbl
    [all...]

Completed in 132 milliseconds