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 1260 unset(vp_pipest, 1);
1261 vp = vp_pipest;
1269 /* strlen(vp_pipest->name) == 10 */
1271 vp_pipest->areap);
1273 memcpy(vq->name, vp_pipest->name, 11);
1277 vp->areap = vp_pipest->areap;
    [all...]
exec.c 141 vp_pipest->flag |= INT_L;
453 if (vp_pipest->flag & INT_L) {
454 unset(vp_pipest, 1);
455 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
457 vp_pipest->val.i = rv;
    [all...]
main.c 462 setint_n((vp_pipest = global("PIPESTATUS")), 0, 10);
    [all...]
sh.h 865 EXTERN struct tbl *vp_pipest; /* global PIPESTATUS array */ variable in typeref:struct:tbl
    [all...]

Completed in 1189 milliseconds