Home
last modified time | relevance | path

Searched refs:RUN_SIGIGNORE (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Drun.c235 if (flags & RUN_SIGIGNORE)
252 if (flags & RUN_SIGIGNORE)
301 if (flags & RUN_SIGIGNORE)
310 if (flags & RUN_SIGIGNORE)
Dlogmsg.c288 RUN_NORMAL | RUN_SIGIGNORE)) != 0)
446 RUN_NORMAL | RUN_SIGIGNORE)) != 0)
Dcvs.h681 #define RUN_SIGIGNORE 0x0010 /* ignore interrupts for command */ macro