Lines Matching +refs:val +refs:status
185 char* val;
229 tokscan(s, &val, " %s ", &arg);
230 while (isspace(*val)) val++;
231 mamvar(pp, arg, strdup(val));
289 tokscan(s, NiL, " %s %lu %s ", &arg, &t, &val);
295 if (val) r->bound = strdup(val);
306 r->status = n;
334 tokscan(s, NiL, " %lu %d ", &pp->finish, &pp->status);
345 tokscan(s, NiL, " %s ", &val);
346 pp->pwd = strdup(val);
350 tokscan(s, NiL, " %s ", &val);
351 pp->view = strdup(val);