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

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDIO.cpp43 int EventCoalesceDisplayCmd( int cmd, int oldcmd );
44 int EventCoalesceDisplayCmd( int cmd, int oldcmd )
53 cmd = coalesce[oldcmd & 3][cmd & 3];
/macosx-10.9.5/ruby-104/ruby/
H A Dsignal.c903 VALUE oldcmd; local
912 oldcmd = vm->trap_list[sig].cmd;
913 switch (oldcmd) {
915 if (oldfunc == SIG_IGN) oldcmd = rb_str_new2("IGNORE");
916 else if (oldfunc == sighandler) oldcmd = rb_str_new2("DEFAULT");
917 else oldcmd = Qnil;
920 oldcmd = rb_str_new2("EXIT");
927 return oldcmd;

Completed in 89 milliseconds