HomeSort by: relevance | last modified time | path
    Searched defs:nsubtoks (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 1244 nsubtoks (int tindex) function
1255 return 1 + nsubtoks(tindex - 1);
1259 ntoks1 = nsubtoks(tindex - 1);
1260 return 1 + ntoks1 + nsubtoks(tindex - 1 - ntoks1);
1283 ntokens = nsubtoks(dfa->tindex);
  /src/external/gpl2/grep/dist/src/
dfa.c 1265 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 29 milliseconds