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

/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c1265 nsubtoks (int tindex) function
1276 return 1 + nsubtoks(tindex - 1);
1280 ntoks1 = nsubtoks(tindex - 1);
1281 return 1 + ntoks1 + nsubtoks(tindex - 1 - ntoks1);
1304 ntokens = nsubtoks(dfa->tindex);

Completed in 113 milliseconds