OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tokenlist
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c
9735
static void ScriptTokenListInit(ParseTokenList *
tokenlist
)
9737
tokenlist
->list =
tokenlist
->static_list;
9738
tokenlist
->size = sizeof(
tokenlist
->static_list) / sizeof(ParseToken);
9739
tokenlist
->count = 0;
9742
static void ScriptTokenListFree(ParseTokenList *
tokenlist
)
9744
if (
tokenlist
->list !=
tokenlist
->static_list) {
9745
Jim_Free(
tokenlist
->list)
10029
ParseTokenList
tokenlist
;
local
15130
ParseTokenList
tokenlist
;
local
16982
ParseTokenList
tokenlist
;
local
[
all
...]
/src/external/bsd/ntp/dist/ntpd/
ntp_config.c
5495
char **
tokenlist
,
5565
(const char*)
tokenlist
[0] = keywords[prop_index].text;
5567
tokenlist
[ntok] = tokens;
Completed in 46 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026