Searched refs:relex (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/one-true-awk/
H A Db.c634 { /* uses relex() to scan regular expression */
639 rtok = relex();
665 rtok = relex();
668 rtok = relex();
671 rtok = relex();
675 rtok = relex();
680 rtok = relex();
685 rtok = relex();
688 rtok = relex();
691 rtok = relex();
920 int relex(void) /* lexical analyzer for reparse */ function
[all...]
H A Dproto.h63 extern int relex(void);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp355 // Hard case, we need to relex the characters into the string.
437 // Otherwise, hard case, relex the characters into the string.
521 // (or the buffer). We'll relex from that point.

Completed in 117 milliseconds