ignore 172 lib/utilunix.c struct sigaction ignore; ignore 174 lib/utilunix.c memset (&ignore, 0, sizeof (ignore)); ignore 175 lib/utilunix.c ignore.sa_handler = SIG_IGN; ignore 176 lib/utilunix.c sigemptyset (&ignore.sa_mask); ignore 178 lib/utilunix.c my_sigaction (SIGINT, &ignore, &sigactions->intr); ignore 179 lib/utilunix.c my_sigaction (SIGQUIT, &ignore, &sigactions->quit); ignore 1124 src/filemanager/mountlist.c char *options, *ignore; ignore 1148 src/filemanager/mountlist.c ignore = strstr (options, "ignore"); ignore 1149 src/filemanager/mountlist.c me->me_dummy = (ignore && (ignore == options || ignore[-1] == ',') ignore 1150 src/filemanager/mountlist.c && (ignore[sizeof ("ignore") - 1] == ',' ignore 1151 src/filemanager/mountlist.c || ignore[sizeof ("ignore") - 1] == '\0'));