Home
last modified time | relevance | path

Searched defs:tokenlist (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c9735 static void ScriptTokenListInit(ParseTokenList *tokenlist) in ScriptTokenListInit()
9742 static void ScriptTokenListFree(ParseTokenList *tokenlist) in ScriptTokenListFree()
9749 static void ScriptAddToken(ParseTokenList *tokenlist, const char *token, int len, int type, in ScriptAddToken()
9823 ParseTokenList *tokenlist) in ScriptObjAddTokens()
10003 ParseTokenList *tokenlist) in SubstObjAddTokens()
10029 ParseTokenList tokenlist; in JimSetScriptFromAny() local
15076 static struct ExprTree *ExprTreeCreateTree(Jim_Interp *interp, const ParseTokenList *tokenlist, Jim… in ExprTreeCreateTree()
15130 ParseTokenList tokenlist; in SetExprFromAny() local
16982 ParseTokenList tokenlist; in SetSubstFromAny() local
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c5456 gettokens_netinfo(struct netinfo_config_state * config,char ** tokenlist,int * ntokens) gettokens_netinfo() argument