Searched defs:tokenlist (Results 1 – 2 of 2) sorted by relevance
9735 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() local15076 static struct ExprTree *ExprTreeCreateTree(Jim_Interp *interp, const ParseTokenList *tokenlist, Jim… in ExprTreeCreateTree()15130 ParseTokenList tokenlist; in SetExprFromAny() local16982 ParseTokenList tokenlist; in SetSubstFromAny() local
5456 gettokens_netinfo(struct netinfo_config_state * config,char ** tokenlist,int * ntokens) gettokens_netinfo() argument