Searched refs:token_list (Results 1 – 8 of 8) sorted by relevance
15 token_list = ['/tmp/chaps%d' % x for x in range(num_tokens)]18 for token in token_list:23 for token in token_list:30 for token in token_list:33 for token in token_list:38 token = random.choice(token_list)53 for token in token_list:55 for token in token_list:
43 token_list = __run_cmd('p11_replay --list_tokens')44 for line in token_list.split('\n'):64 token_list = __run_cmd('p11_replay --list_tokens')65 for line in token_list.split('\n'):
57 typedef struct token_list token_list_t;66 token_list_t *token_list; member112 struct token_list { struct
185 %type <token_list> pp_tokens replacement_list text_line
600 token_list = list(generate_tokens(f.readline))602 tokens1 = [tok[:2] for tok in token_list]
340 for token_list in self.bases:342 for token in token_list:
339 for token_list in self.bases:341 for token in token_list: