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

/macosx-10.10/ntp-92/libntp/
H A Dmachines.c268 struct sigaction newact; local
307 newact.sa_handler = &setitimer_mpe_handler;
308 newact.sa_mask = setitimer_mpe_ctx.oldact.sa_mask;
309 newact.sa_flags = setitimer_mpe_ctx.oldact.sa_flags;
311 if (sigaction(SIGALRM, &newact, NULL) < 0) {
/macosx-10.10/screen-22/screen/
H A Dprocess.c3048 struct action *newact; local
3141 newact = df ? &kme->dm : mf ? &kme->mm : &kme->um;
3157 newact = df ? &dmtab[i] : mf ? &mmtab[i] : &umtab[i];
3168 ClearAction(newact);
3169 SaveAction(newact, newnr, args + 2, argl + 2);
3179 ClearAction(newact);

Completed in 181 milliseconds