Lines Matching defs:expression
87 /* lit expression types */
90 /* non-lit expression types */
93 /* not really expression types, just helping */
101 Exprtype type; /* Type of expression (in grammar) */
102 ID id; /* unique ID of lit expression */
138 Expr *root; /* Pointer to root (EOP) expression */
159 uchar_t *expression;
313 egrepinit(char *expression)
330 match_pattern.expression = (uchar_t *)expression;
361 printf("PATTERN %s\n", pat->expression);
391 /* general egrep regular expression */
462 * This expression matches the null string!!!!
909 pat->loc1 = pat->expression;
910 pat->loc2 = pat->expression + strlen((char *)pat->expression);