Searched refs:act (Results 101 - 125 of 160) sorted by relevance

1234567

/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dchrootvfs.tcl24 that they act as mirrors of the chroot directory.
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dlex.c1033 int act; local
1041 act = LX2_BREAK;
1043 act = lexact2[STOUC(c)];
1046 switch (act) {
/macosx-10.10.1/text_cmds-88/sort/
H A Dsort.c2160 struct sigaction act; local
2165 sigaction (sig[i], NULL, &act);
2166 if (act.sa_handler != SIG_IGN)
2170 act.sa_handler = sighandler;
2171 act.sa_mask = caught_signals;
2172 act.sa_flags = 0;
2176 sigaction (sig[i], &act, NULL);
/macosx-10.10.1/dtrace-147/lockstat/
H A Dlockstat.c826 struct sigaction act; local
848 (void) sigemptyset(&act.sa_mask);
849 act.sa_flags = 0;
850 act.sa_handler = status_fire;
851 (void) sigaction(SIGALRM, &act, NULL);
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dtar.c870 struct sigaction act;
871 act.sa_handler = sigstat;
872 sigemptyset (&act.sa_mask);
873 act.sa_flags = 0;
874 sigaction (signo, &act, NULL);
867 struct sigaction act; local
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Deasy.c618 int act = poll2cselect(fds[i].revents); /* convert */ local
621 mcode = curl_multi_socket_action(multi, fds[i].fd, act,
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drpcd.c1076 static const struct sigaction act =
1082 if (sigaction(SIGINT, &act, NULL) < 0)
1068 static const struct sigaction act = local
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-os.h379 #define require_action_string(cond, dest, act, msg) do { if (!(cond)) { { act; } goto dest; } } while (0)
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DFormsWithState.xotcl120 the person who will act as the
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhaste.vim27 syn keyword hasteStatement act alias arb array begin bitvec
H A Dtrasys.vim45 syn keyword trasysSurface imagsf act active com shade bshade axmin
H A Dmake.vim80 " still act as the beginning of a variable
/macosx-10.10.1/CPANInternal-159.1/DBIx-ContextualFetch-1.03/lib/DBIx/
H A DContextualFetch.pm191 act as fetchrow_arrayref. In list context it will use fetchrow_array.
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Dadventure.sh32 system, I will act as your eyes and hands. As you move around, I will
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dreplace.el1257 (define-key map " " 'act)
1261 (define-key map "y" 'act)
1263 (define-key map "Y" 'act)
1267 (define-key map "," 'act-and-show)
1271 (define-key map "." 'act-and-exit)
1288 The valid answers include `act', `skip', `act-and-show',
1289 `exit', `act-and-exit', `edit', `delete-and-edit', `recenter',
1616 ((eq def 'act)
1624 ((eq def 'act
[all...]
H A Dvc-rcs.el1188 cmd start act
1234 act (read (current-buffer)))
1240 `(,start k ,act))
1248 ,(funcall sub (point) (progn (forward-line act)
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_udp.c71 kern_return_t thread_terminate(register thread_act_t act);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c1498 _ps_port_action_t *act = NULL; local
1507 act = &pacts->pspa_actions[i];
1510 act->new_port, MACH_MSG_TYPE_COPY_SEND,
1516 switch (act->port_type) {
1522 act->which, port) != KERN_SUCCESS)
1531 act->mask, port, act->behavior,
1532 act->flavor) != KERN_SUCCESS)
1564 DTRACE_PROC1(spawn__port__failure, mach_port_name_t, act->new_port);
3904 * will ever authorize and an extra page to act a
[all...]
H A Dkern_core.c99 kern_return_t thread_getstatus(register thread_t act, int flavor,
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dmain.c1827 struct sigaction act, oldact; local
1829 act.sa_handler = SIG_IGN;
1830 act.sa_flags = 0;
1831 sigaction(sig, &act, &oldact);
/macosx-10.10.1/file_cmds-242/pax/
H A Dtar.c366 if ((act != APPND) && (act != ARCHIVE)) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c2196 /* XXX - should this be interrupt_state? If it is, the shell will act
2371 struct sigaction act, oact;
2377 act.sa_handler = SIG_DFL;
2378 sigemptyset (&act.sa_mask);
2380 act.sa_flags = 0;
2381 sigaction (SIGCHLD, &act, &oact);
2500 or until loop, act as if the shell received SIGINT as
3212 otherwise act as if we got the interrupt. */
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_cc.c1960 struct sigaction act, oact; local
2036 bzero(&act, sizeof (act));
2037 act.sa_handler = SIG_DFL;
2038 (void) sigaction(SIGCHLD, &act, &oact);
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DFilter.pm249 they are used by a C<FILTER> directive. This allows them to act
/macosx-10.10.1/CPANInternal-159.1/Types-Serialiser-1.0/
H A DSerialiser.pm26 Simple scalar constants are values that are overloaded to act like simple

Completed in 332 milliseconds

1234567