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

  /src/bin/test/
test.c 36 primary ::= unary-operator operand
37 | operand binary-operator operand
38 | operand
46 operand ::= <any legal UNIX file name>
89 OPERAND
832 return OPERAND;
  /src/lib/libcompat/regexp/
regexp.c 72 * plus a "next" pointer, possibly plus an operand. "Next" pointers of
77 * because of operator precedence.) The operand of some types of node is
79 * particular, the operand of a BRANCH node is the first node of the branch.
112 * branch starts with the operand node of a BRANCH node.
129 * An operand, if any, simply follows the node. (Note that much of the
137 #define OPERAND(p) ((p) + 3)
160 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
261 scan = OPERAND(scan);
265 r->regstart = *OPERAND(scan);
281 if (OP(scan) == EXACTLY && (int) strlen(OPERAND(scan)) >= len)
    [all...]

Completed in 20 milliseconds