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

/macosx-10.10/bash-94.1.2/bash-3.2/
H A Djobs.c286 static int *pstatuses; /* list of pipeline statuses */ variable
3301 pstatuses = (int *)xrealloc (pstatuses, i * sizeof (int));
3308 pstatuses[i++] = process_exit_status (p->status);
3313 pstatuses[i] = -1; /* sentinel */
3314 set_pipestatus_array (pstatuses, i);

Completed in 116 milliseconds