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

/haiku-fatelf/src/bin/bash/
H A Djobs.c286 static int *pstatuses; /* list of pipeline statuses */ variable
3351 pstatuses = (int *)xrealloc (pstatuses, i * sizeof (int));
3358 pstatuses[i++] = process_exit_status (p->status);
3363 pstatuses[i] = -1; /* sentinel */
3364 set_pipestatus_array (pstatuses, i);

Completed in 39 milliseconds