Home
last modified time | relevance | path

Searched refs:INFINITE_REPEAT (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/lex/
H A Dparse.y584 $$ = mkrep( $1, $3, INFINITE_REPEAT );
667 $$ = mkrep( $1, $3, INFINITE_REPEAT );
H A Dnfa.c559 if (ub == INFINITE_REPEAT) { in mkrep()
H A Dflexdef.h192 #define INFINITE_REPEAT -1 /* for x{5,} constructions */ macro