Found 12 other functions taking a
ParseTokenList
argument:
Takes a tokenlist and creates the allocated list of script tokens in script->token, of length script->len. Unnecessary tokens are discarded, and LINE and WORD tokens are inserted as required. Also sets script->line to the line number of the first token
Similar to ScriptObjAddTokens(), but for subst objects.
Adds the new token to the tokenlist. The token has the given length, type and line number. The token list is resized as necessary.