HomeSort by relevance Sort by last modified time
    Searched refs:BRANCH (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_hc.h 40 #define BRANCH "branch"
hc.c 144 { BRANCH, TOPO_STABILITY_PRIVATE },
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
regexp.c 56 * all nodes except BRANCH implement concatenation; a "next" pointer with
57 * a BRANCH on both ends of it is connecting two alternatives. (Here we
58 * have one of the subtle syntax dependencies: an individual BRANCH (as
62 * particular, the operand of a BRANCH node is the first node of the branch.
63 * (NB this is *not* a tree structure: the tail of the branch connects
74 #define BRANCH 6 /* node Match this alternative, or the next... */
87 * BRANCH The set of branches constituting a single choice are hooked
89 * anything being concatenated to any individual branch. The
90 * "next" pointer of the last BRANCH in a choice points to th
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
regnodes.h 37 #define BRANCH 31 /* 0x1f Match this alternative, or the next... */
62 #define BRANCHJ 56 /* 0x38 BRANCH with long offset. */
104 BRANCH, /* BRANCH */
172 0, /* BRANCH */
237 0, /* BRANCH */
303 "BRANCH", /* 0x1f */
regcomp.h 48 * all nodes except BRANCH implement concatenation; a "next" pointer with
49 * a BRANCH on both ends of it is connecting two alternatives. (Here we
50 * have one of the subtle syntax dependencies: an individual BRANCH (as
54 * particular, the operand of a BRANCH node is the first node of the branch.
55 * (NB this is *not* a tree structure: the tail of the branch connects
339 BRANCH, BACK, STAR, PLUS, CURLY, CURLYX, REF, REFF, REFFL,
regcomp.c 815 if (OP(scan) == BRANCH || OP(scan) == BRANCHJ
842 if (code != BRANCH)
872 if (code == IFTHEN && num < 2) /* Empty ELSE branch */
907 else if (code == BRANCHJ) /* single branch is optimized. */
909 else /* single branch is optimized. */
    [all...]
regexec.c 2221 re_unwind_branch_t branch; member in union:re_unwind_t
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
Name.pl     [all...]

Completed in 360 milliseconds