Home
last modified time | relevance | path

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

/scripts/
Dasn1_compiler.c313 static struct token *token_list; variable
359 token_list = tokens = calloc((end - buffer) / 2, sizeof(struct token)); in tokenise()
551 debug("Token %3u: '%s'\n", n, token_list[n].content); in tokenise()
757 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && in build_type_list()
758 token_list[n + 1].token_type == TOKEN_ASSIGNMENT) in build_type_list()
781 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && in build_type_list()
782 token_list[n + 1].token_type == TOKEN_ASSIGNMENT) { in build_type_list()
783 types[t].name = &token_list[n]; in build_type_list()
788 types[t].name = &token_list[n + 1]; in build_type_list()