Searched refs:tix (Results 1 – 1 of 1) sorted by relevance
350 unsigned tix, lineno; in tokenise() local360 tix = 0; in tokenise()407 tokens[tix].line = lineno; in tokenise()408 tokens[tix].value = p; in tokenise()420 tokens[tix].size = q - p; in tokenise()426 if (islower(tokens[tix].value[0])) { in tokenise()427 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; in tokenise()434 dir = bsearch(&tokens[tix], directives, in tokenise()439 tokens[tix++].token_type = dir - directives; in tokenise()443 tokens[tix++].token_type = TOKEN_TYPE_NAME; in tokenise()[all …]