Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Dasn1_compiler.c312 static struct token *token_list; variable
358 token_list = tokens = calloc((end - buffer) / 2, sizeof(struct token)); in tokenise()
529 (int)token_list[n].size, (int)token_list[n].size, in tokenise()
530 token_list[n].value); in tokenise()
723 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && in build_type_list()
724 token_list[n + 1].token_type == TOKEN_ASSIGNMENT) in build_type_list()
747 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && in build_type_list()
748 token_list[n + 1].token_type == TOKEN_ASSIGNMENT) { in build_type_list()
749 types[t].name = &token_list[n]; in build_type_list()
754 types[t].name = &token_list[n + 1]; in build_type_list()