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

/macosx-10.10/adv_cmds-158/last/
H A Dlast.c72 void onintr __P((int));
156 (void)signal(SIGINT, onintr);
157 (void)signal(SIGQUIT, onintr);
405 * onintr --
409 onintr(signo) function
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
H A Ddnreverse.cpp206 onintr(int sig) function
245 signal(SIGINT, onintr); /* signal for CTRL-C */
247 signal(SIGBREAK, onintr); /* signal for CTRL-BREAK */
/macosx-10.10/mail_cmds-30/msgs/
H A Dmsgs.c164 void onintr(int);
372 signal(SIGINT, onintr);
473 signal(SIGINT, onintr);
689 onintr(int unused) function
691 signal(SIGINT, onintr);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dio.c216 inetopen(const char* path, int flags, Inetintr_f onintr, void* handle) argument
304 if (errno != EINTR || !onintr)
306 if ((*onintr)(addr, handle))
714 onintr(struct addrinfo* addr, void* handle) function
790 if ((fd = inetopen(path+5, flags, onintr, shp)) < 0 && errno != ENOTDIR)
/macosx-10.10/vim-55/runtime/syntax/
H A Dcsh.vim48 syn keyword cshStatement alias end history onintr setenv unalias
H A Dtcsh.vim44 syn keyword tcshBuiltin nextgroup=tcshStatementEnd alloc bg break breaksw builtins bye case cd chdir complete continue default dirs echo echotc end endif endsw eval exec exit fg filetest foreach getspath getxvers glob goto hashstat history hup inlib jobs kill limit log login logout ls ls-F migrate newgrp nice nohup notify onintr popd printenv pushd rehash repeat rootnode sched setpath setspath settc setty setxvers shift source stop suspend switch telltc time umask uncomplete unhash universe unlimit ver wait warp watchlog where which
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c5857 int vtime, onintr; local
5864 onintr = CPU_ON_INTR(CPU);
5866 if (!onintr && probe->dtpr_predcache != DTRACE_CACHEIDNONE &&
6142 if (cid != DTRACE_CACHEIDNONE && !onintr) {

Completed in 303 milliseconds