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

/external/mksh/src/
H A Djobs.c1582 int stopsig = WSTOPSIG(p->status); local
1584 strlcpy(buf, stopsig > 0 && stopsig < ksh_NSIG ?
1585 sigtraps[stopsig].mess : "Stopped", sizeof(buf));

Completed in 300 milliseconds