HomeSort by: relevance | last modified time | path
    Searched defs:BRANCH (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sed/
defs.h 119 BRANCH, /* b t */
  /src/lib/libcompat/regexp/
regexp.c 73 * all nodes except BRANCH implement concatenation; a "next" pointer with
74 * a BRANCH on both ends of it is connecting two alternatives. (Here we
75 * have one of the subtle syntax dependencies: an individual BRANCH (as
79 * particular, the operand of a BRANCH node is the first node of the branch.
80 * (NB this is *not* a tree structure: the tail of the branch connects
91 #define BRANCH 6 /* node Match this alternative, or the next... */
106 * BRANCH The set of branches constituting a single choice are hooked
108 * anything being concatenated to any individual branch. The
109 * "next" pointer of the last BRANCH in a choice points to th
    [all...]

Completed in 36 milliseconds