Home
last modified time | relevance | path

Searched refs:token_list (Results 1 – 1 of 1) sorted by relevance

/scripts/
Dasn1_compiler.c309 static struct token *token_list; variable
355 token_list = tokens = calloc((end - buffer) / 2, sizeof(struct token)); in tokenise()
547 debug("Token %3u: '%s'\n", n, token_list[n].content); in tokenise()
753 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && in build_type_list()
754 token_list[n + 1].token_type == TOKEN_ASSIGNMENT) in build_type_list()
777 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && in build_type_list()
778 token_list[n + 1].token_type == TOKEN_ASSIGNMENT) { in build_type_list()
779 types[t].name = &token_list[n]; in build_type_list()
784 types[t].name = &token_list[n + 1]; in build_type_list()