Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching full:regular

24         the extended regular expressions used by flex
98 of regular expressions and C code, called
108 of the regular expressions. Whenever it finds one, it executes
165 a newline (indicated by the "." regular expression).
270 defines "DIGIT" to be a regular expression which matches a
272 "ID" to be a regular expression which matches a letter
338 The patterns in the input are written using an extended set of regular
354 r* zero or more r's, where r is any regular expression
375 rs the regular expression r followed by the
376 regular expression s; called "concatenation"
419 Note that inside of a character class, all regular expression operators
423 The regular expressions listed above are grouped according to
514 (e.g., "[^A-Z\\n]"). This is unlike how many other regular