Searched refs:subnodes (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dmakedocset.c414 int subnodes; /* Currently in Subnodes for file? */ local
433 for (node = (help_node_t *)cupsArrayFirst(hi->nodes), id = 1, subnodes = 0,
440 if (!subnodes)
443 subnodes = 1;
455 if (subnodes)
458 subnodes = 0;
471 if (subnodes)
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Ddigest-service.c628 CFArrayRef subnodes; local
636 subnodes = ODSessionCopySessionKeySupport(kODSessionDefault);
637 if (subnodes) {
640 count = CFArrayGetCount(subnodes);
644 node = (ODNodeRef)CFArrayGetValueAtIndex(subnodes, n);
653 CFRelease(subnodes);
669 subnodes = ODNodeCopySubnodeNames(node, NULL);
672 if (subnodes == NULL)
675 count = CFArrayGetCount(subnodes);
676 CFRelease(subnodes);
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c15605 #define subnodes(n1, n2) \ macro
15629 if (subnodes(nd_body, nd_else)) break;
15635 if (!subnodes(nd_body, nd_next)) goto end;
15638 if (!subnodes(nd_head, nd_resq)) goto end;
15645 if (!subnodes(nd_head, nd_resq)) goto end;
15654 #undef subnodes macro
H A Dripper.y9019 #define subnodes(n1, n2) \
9043 if (subnodes(nd_body, nd_else)) break;
9049 if (!subnodes(nd_body, nd_next)) goto end;
9052 if (!subnodes(nd_head, nd_resq)) goto end;
9059 if (!subnodes(nd_head, nd_resq)) goto end;
9068 #undef subnodes
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c15515 #define subnodes(n1, n2) \ macro
15539 if (subnodes(nd_body, nd_else)) break;
15545 if (!subnodes(nd_body, nd_next)) goto end;
15548 if (!subnodes(nd_head, nd_resq)) goto end;
15555 if (!subnodes(nd_head, nd_resq)) goto end;
15564 #undef subnodes macro
H A Dparse.y9019 #define subnodes(n1, n2) \
9043 if (subnodes(nd_body, nd_else)) break;
9049 if (!subnodes(nd_body, nd_next)) goto end;
9052 if (!subnodes(nd_head, nd_resq)) goto end;
9059 if (!subnodes(nd_head, nd_resq)) goto end;
9068 #undef subnodes

Completed in 409 milliseconds