Home
last modified time | relevance | path

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

/openbsd/usr.bin/lex/
H A Ddfa.c236 int numstates = *ns_addr, nacc, hashval, transsym, nfaccnum; in epsclosure() local
310 transsym = transchar[ns]; in epsclosure()
312 if (transsym == SYM_EPSILON) { in epsclosure()
939 int symfollowset (int ds[], int dsize, int transsym, int nset[]) in symfollowset() argument
965 if (ch > transsym) in symfollowset()
971 else if (ch == transsym) in symfollowset()
987 if (ch > transsym) in symfollowset()
989 else if (ch == transsym) { in symfollowset()
999 else if (ABS (ecgroup[sym]) == transsym) in symfollowset()