Home | History | Annotate | Download | only in texinfo

Lines Matching full:regular

105      the extended regular expressions used by flex
175 of pairs of regular expressions and C code, called "rules". `flex'
179 analyzes its input for occurrences of the regular expressions.
225 a newline (indicated by the "." regular expression).
319 defines "DIGIT" to be a regular expression which matches a single
320 digit, and "ID" to be a regular expression which matches a letter
372 regular expressions. These are:
396 zero or more R's, where R is any regular expression
437 the regular expression R followed by the regular expression S;
478 Note that inside of a character class, all regular expression
483 The regular expressions listed above are grouped according to
537 class (e.g., "[^A-Z\n]"). This is unlike how many other regular