OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026