Searched refs:childs (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Net-Daemon/
H A Dregexp-threads65 my @childs;
70 push(@childs, $tid);
73 foreach my $tid (@childs) {
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/
H A Dregexp-threads75 my @childs;
80 push(@childs, $tid);
83 foreach my $tid (@childs) {
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dwindow.el261 (childs (cdr (cdr split))))
268 (cons 'childs (mapcar #'bw-get-tree-1 childs))))))
285 (let ((childs (cdr (cdr tree)))
288 (while (and childs (not subtree))
289 (setq child (car childs))
290 (setq childs (cdr childs))
347 (let ((childs (cdr (assq 'childs ob
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DSort.pm46 # No childs, nothing to sort
72 my @childs = sort { $sort_function->($a, $b) } $tree->getAllChildren();
75 foreach my $child (@childs) {
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DSort.pm46 # No childs, nothing to sort
72 my @childs = sort { $sort_function->($a, $b) } $tree->getAllChildren();
75 foreach my $child (@childs) {
/macosx-10.9.5/ruby-104/ruby/
H A Dregexec.c87 if (IS_NOT_NULL(node->childs[i])) {
88 history_tree_free(node->childs[i]);
92 node->childs[i] = (OnigCaptureTreeNode* )0;
98 xfree(node->childs);
99 node->childs = (OnigCaptureTreeNode** )0;
126 node->childs = (OnigCaptureTreeNode** )0;
144 if (IS_NULL(parent->childs)) {
146 parent->childs =
148 CHECK_NULL_RETURN_MEMERR(parent->childs);
154 (OnigCaptureTreeNode** )xrealloc(parent->childs,
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/xmlrpc/
H A Dparser.rb206 childs = node.childNodes.to_a
207 childs.each do |nd|
/macosx-10.9.5/CPANInternal-140/Net-Daemon/lib/Net/
H A DDaemon.pm69 'childs' => { 'template' => 'childs=i',
70 'description' => '--childs <num> '
71 . 'Set number of preforked childs, implies mode=single.' },
254 if ($self->{'childs'}) {
292 if ($self->{'childs'}) {
293 $self->Debug("Preforking $self->{'childs'} child processes ...");
520 return 'IGNORE' if $self->{'mode'} eq 'fork' || $self->{'childs'};
521 return undef; # Don't care for childs.
599 if ($self->{'childs'}) {
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm80 'childs' => { 'template' => 'childs=i',
81 'description' => '--childs <num> '
82 . 'Set number of preforked childs, implies mode=single.' },
265 if ($self->{'childs'}) {
305 if ($self->{'childs'}) {
306 $self->Debug("Preforking $self->{'childs'} child processes ...");
533 return 'IGNORE' if $self->{'mode'} eq 'fork' || $self->{'childs'};
534 return undef; # Don't care for childs.
612 if ($self->{'childs'}) {
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Djobs.c327 struct timeval childs = child_usage.ru_stime; local
330 long childs = shtms.tms_cstime; local
340 dtime(&pn->ti.ru_stime, &childs, &child_usage.ru_stime);
343 pn->ti.st = shtms.tms_cstime - childs; /* compute process system space time */
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Doniguruma.h608 struct OnigCaptureTreeNodeStruct** childs; member in struct:OnigCaptureTreeNodeStruct
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/xe/
H A Dxe1921 set childs [$node childNodes]
1922 if {[llength $childs] == 1} {
1923 if {[$childs nodeType] == "TEXT_NODE"} {
1924 set value [$childs nodeValue]

Completed in 83 milliseconds