Searched refs:token_type (Results 1 – 3 of 3) sorted by relevance
20 enum token_type { enum302 enum token_type token_type : 8; member435 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; in tokenise()447 tokens[tix++].token_type = dir - directives; in tokenise()451 tokens[tix++].token_type = TOKEN_TYPE_NAME; in tokenise()470 tokens[tix++].token_type = TOKEN_NUMBER; in tokenise()479 tokens[tix++].token_type = TOKEN_ASSIGNMENT; in tokenise()489 tokens[tix++].token_type = TOKEN_OPEN_ACTION; in tokenise()496 tokens[tix++].token_type = TOKEN_CLOSE_ACTION; in tokenise()507 tokens[tix++].token_type = TOKEN_OPEN_CURLY; in tokenise()[all …]
56 auth_tok->token_type = ECRYPTFS_PASSWORD; in ecryptfs_fill_auth_tok()
95 u16 token_type; member