Home | History | Annotate | Download | only in nawk-20071023

Lines Matching refs:rtok

63 int	rtok;		/* next token in current re */
611 rtok = relex();
613 if (rtok == '\0') {
618 if (rtok != '\0')
632 switch (rtok) {
635 rtok = relex();
638 rtok = relex();
641 rtok = relex();
644 rtok = relex();
648 rtok = relex();
652 rtok = relex();
655 rtok = relex();
658 rtok = relex();
661 rtok = relex();
662 if (rtok == ')') { /* special pleading for () */
663 rtok = relex();
667 if (rtok == ')') {
668 rtok = relex();
681 switch (rtok) {
690 if (rtok == OR) {
691 rtok = relex();
699 switch (rtok) {
701 rtok = relex();
704 rtok = relex();
707 rtok = relex();