HomeSort by relevance Sort by last modified time
    Searched refs:gotsig (Results 1 - 2 of 2) sorted by null

  /external/libedit/examples/
tc1.c 70 volatile sig_atomic_t gotsig = 0; variable
89 gotsig = i;
196 if (gotsig) {
197 (void) fprintf(stderr, "Got signal %d.\n", gotsig);
198 gotsig = 0;
wtc1.c 17 volatile sig_atomic_t gotsig; variable
33 gotsig = i;
172 if (gotsig) {
173 (void)fprintf(stderr, "Got signal %d.\n", gotsig);
174 gotsig = 0;

Completed in 35 milliseconds