Searched refs:acts (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dcomplete.c136 unsigned long acts, copts; local
138 acts = copts = (unsigned long)0L;
174 acts |= CA_ALIAS;
177 acts |= CA_BUILTIN;
180 acts |= CA_COMMAND;
183 acts |= CA_DIRECTORY;
186 acts |= CA_EXPORT;
189 acts |= CA_FILE;
192 acts |= CA_GROUP;
195 acts |
266 unsigned long acts, copts; local
398 unsigned long acts, copts; local
509 unsigned long acts, copts; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/spawn/
H A Dposix_spawn.c670 _posix_spawn_port_actions_t acts; local
676 acts = (_posix_spawn_port_actions_t)malloc(PS_PORT_ACTIONS_SIZE(2));
677 if (acts == NULL)
680 acts->pspa_alloc = 2;
681 acts->pspa_count = 0;
683 psattr->psa_ports = acts;
695 _posix_spawn_port_actions_t acts; local
702 acts = psattr->psa_ports;
703 if (acts == NULL)
707 newnum = 2 * acts
725 _posix_spawn_port_actions_t acts; local
747 _posix_spawn_port_actions_t acts; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/File/
H A DLocked.pm64 This module acts exactly like L<Log::Dispatch::File> except that it
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dst_bugs.c57 char *acts[2] = { "vnode", "page" }; local
82 if (act->t_type != STRUCT || !streq(act->t_name, acts[i]))
102 strs[i], mems[i], acts[i]);
/macosx-10.10.1/CPANInternal-159.1/DBIx-ContextualFetch-1.03/lib/DBIx/
H A DContextualFetch.pm198 A modification on fetchrow_hashref. When in scalar context, it acts just
206 A modification on fetchall_arrayref. In scalar context it acts as
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DModule.pm62 Test::Builder::Module provides an import() method which acts in the
/macosx-10.10.1/CPANInternal-159.1/Types-Serialiser-1.0/
H A DSerialiser.pm41 This value represents the "true" value. In most contexts is acts like
50 This value represents the "false" value. In most contexts is acts like
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DScreenColoredLevels.pm109 This appender acts like Log::Log4perl::Appender::Screen, except that
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzutil.c1142 prependactions(LinkList acts, LinkList branches) argument
1149 for (aln = lastnode(acts); aln != (LinkNode)acts; aln = prevnode(aln))
1155 appendactions(LinkList acts, LinkList branches) argument
1161 for (aln = firstnode(acts); aln; aln = nextnode(aln))
/macosx-10.10.1/CPANInternal-159.1/Class-Std-Utils-v0.0.3/lib/Class/Std/
H A DUtils.pm83 and acts exactly like the C<Scalar::Util::refaddr()>, returning a unique
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcs-dired-ref.tex287 % When editing several directories in one buffer, each directory acts as a
H A Ddired-ref.tex281 % When editing several directories in one buffer, each directory acts as a
H A Dsk-dired-ref.tex290 % When editing several directories in one buffer, each directory acts as a
/macosx-10.10.1/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm585 Derived from $dbh->rollback, this acts just like Ima::DBI->commit,
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm1866 object acts like an array of the list context values. When used as a hash
1867 reference, the object acts like a hash whose keys are the classnames from the
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_parser.c2147 dt_node_clause(dt_node_t *pdescs, dt_node_t *pred, dt_node_t *acts) argument
2153 dnp->dn_acts = acts;

Completed in 251 milliseconds