Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/flex/
Dmain.c497 int tblsiz; local
866 tblsiz = lastdfa * numecs;
868 tblsiz);
872 tblsiz = 2 * (lastdfa + numtemps) + 2 * tblend;
897 tblsiz = tblsiz + csize;
905 tblsiz = tblsiz + numecs;
919 tblsiz);