token_type 94 include/linux/ecryptfs.h u16 token_type; token_type 375 include/net/iw_handler.h __u8 token_type; /* Future */ token_type 305 scripts/asn1_compiler.c enum token_type token_type : 8; token_type 427 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_ELEMENT_NAME; token_type 439 scripts/asn1_compiler.c tokens[tix++].token_type = dir - directives; token_type 443 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_TYPE_NAME; token_type 455 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_NUMBER; token_type 463 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_ASSIGNMENT; token_type 472 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_OPEN_ACTION; token_type 478 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_CLOSE_ACTION; token_type 488 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_OPEN_CURLY; token_type 492 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_CLOSE_CURLY; token_type 496 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_OPEN_SQUARE; token_type 500 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_CLOSE_SQUARE; token_type 504 scripts/asn1_compiler.c tokens[tix++].token_type = TOKEN_COMMA; token_type 715 scripts/asn1_compiler.c if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && token_type 716 scripts/asn1_compiler.c token_list[n + 1].token_type == TOKEN_ASSIGNMENT) token_type 739 scripts/asn1_compiler.c if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && token_type 740 scripts/asn1_compiler.c token_list[n + 1].token_type == TOKEN_ASSIGNMENT) { token_type 779 scripts/asn1_compiler.c if (cursor[0].token_type != TOKEN_TYPE_NAME || token_type 780 scripts/asn1_compiler.c cursor[1].token_type != TOKEN_ASSIGNMENT) token_type 832 scripts/asn1_compiler.c element->tag = token_to_tag[cursor->token_type]; token_type 836 scripts/asn1_compiler.c if (cursor->token_type == TOKEN_OPEN_SQUARE) { token_type 840 scripts/asn1_compiler.c switch (cursor->token_type) { token_type 865 scripts/asn1_compiler.c if (cursor->token_type != TOKEN_NUMBER) { token_type 880 scripts/asn1_compiler.c if (cursor->token_type != TOKEN_CLOSE_SQUARE) { token_type 893 scripts/asn1_compiler.c if (cursor->token_type == DIRECTIVE_IMPLICIT) { token_type 899 scripts/asn1_compiler.c } else if (cursor->token_type == DIRECTIVE_EXPLICIT) { token_type 914 scripts/asn1_compiler.c element->tag = token_to_tag[cursor->token_type]; token_type 920 scripts/asn1_compiler.c switch (cursor->token_type) { token_type 963 scripts/asn1_compiler.c if (cursor->token_type != DIRECTIVE_STRING) token_type 973 scripts/asn1_compiler.c if (cursor->token_type != DIRECTIVE_IDENTIFIER) token_type 1005 scripts/asn1_compiler.c if (cursor->token_type == DIRECTIVE_OF) { token_type 1022 scripts/asn1_compiler.c if (cursor->token_type == DIRECTIVE_OF) { token_type 1041 scripts/asn1_compiler.c if (cursor < end && (cursor->token_type == DIRECTIVE_OPTIONAL || token_type 1042 scripts/asn1_compiler.c cursor->token_type == DIRECTIVE_DEFAULT) token_type 1048 scripts/asn1_compiler.c if (cursor < end && cursor->token_type == TOKEN_OPEN_ACTION) { token_type 1052 scripts/asn1_compiler.c if (cursor->token_type != TOKEN_ELEMENT_NAME) { token_type 1095 scripts/asn1_compiler.c if (cursor->token_type != TOKEN_CLOSE_ACTION) { token_type 1127 scripts/asn1_compiler.c if (cursor->token_type != TOKEN_OPEN_CURLY) { token_type 1137 scripts/asn1_compiler.c if (cursor->token_type == TOKEN_OPEN_CURLY) { token_type 1145 scripts/asn1_compiler.c if (cursor->token_type == TOKEN_ELEMENT_NAME) { token_type 1161 scripts/asn1_compiler.c if (cursor->token_type != TOKEN_COMMA) token_type 1170 scripts/asn1_compiler.c if (cursor->token_type != TOKEN_CLOSE_CURLY) {