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

  /external/mksh/src/
exec.c 158 vp_pipest->flag |= INT_L;
471 if (vp_pipest->flag & INT_L) {
472 unset(vp_pipest, 1);
473 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
475 vp_pipest->val.i = rv;
    [all...]
jobs.c 1184 unset(vp_pipest, 1);
1185 vp = vp_pipest;
1193 /* strlen(vp_pipest->name) == 10 */
1195 vp_pipest->areap);
1197 memcpy(vq->name, vp_pipest->name, 11);
1201 vp->areap = vp_pipest->areap;
    [all...]
main.c 362 setint_n((vp_pipest = global("PIPESTATUS")), 0);
    [all...]
sh.h 615 EXTERN struct tbl *vp_pipest; /* global PIPESTATUS array */ variable in typeref:struct:tbl
    [all...]

Completed in 1193 milliseconds