Searched refs:token_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/ |
| H A D | tokenize.py | 75 self.token_type = token_type 147 token_type = UNKNOWN 151 token_type = NAME 159 token_type = CONSTANT 162 token_type = CONSTANT 173 token_type = SYNTAX 183 token_type = SYNTAX 186 token_type = CONSTANT 196 token_type = CONSTANT 212 token_type = CONSTANT [all …]
|
| H A D | ast.py | 582 p.token_type == tokenize.NAME): 714 if token.token_type == _INTERNAL_TOKEN: 739 if token.token_type == tokenize.NAME: 806 elif token.token_type == tokenize.SYNTAX: 862 def _IgnoreUpTo(self, token_type, token): argument 1013 while token.token_type == tokenize.NAME: 1218 if next.token_type != tokenize.NAME: 1354 if (token.token_type == tokenize.NAME and 1432 if token.token_type == tokenize.NAME: 1509 if token.token_type == tokenize.SYNTAX: [all …]
|
| /freebsd-13.1/contrib/googletest/googletest/scripts/ |
| H A D | pump.py | 150 self.token_type = token_type 160 self.token_type) 362 elif found.token_type == '$': 369 elif (found.token_type == ']]' or found.token_type == '$if' or 370 found.token_type == '$elif' or found.token_type == '$else'): 455 if token_type is not None and token.token_type != token_type: 476 def Pop(token_type=None): argument 482 if next.token_type == '$else': 504 def Pop(token_type=None): argument 508 t = head.token_type [all …]
|
| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | parse_entry.c | 77 switch (token_type) { in _nc_extend_names() 101 token_type = STRING; in _nc_extend_names() 103 token_type = NUMBER; in _nc_extend_names() 105 token_type = BOOLEAN; in _nc_extend_names() 126 switch (token_type) { in _nc_extend_names() 145 switch (token_type) { in _nc_extend_names() 259 int token_type; in _nc_parse_entry() local 267 if (token_type == EOF) in _nc_parse_entry() 335 token_type != EOF && token_type != NAMES; in _nc_parse_entry() 468 if (token_type == NUMBER in _nc_parse_entry() [all …]
|
| H A D | alloc_ttype.c | 184 _nc_first_ext_name(TERMTYPE2 *tp, int token_type) in _nc_first_ext_name() argument 188 switch (token_type) { in _nc_first_ext_name() 209 _nc_last_ext_name(TERMTYPE2 *tp, int token_type) in _nc_last_ext_name() argument 213 switch (token_type) { in _nc_last_ext_name() 235 unsigned first = _nc_first_ext_name(tp, token_type); in _nc_find_ext_name() 236 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_find_ext_name() 253 switch (token_type) { in _nc_ext_data_index() 285 first = _nc_ext_data_index(tp, first, token_type); in _nc_del_ext_name() 286 switch (token_type) { in _nc_del_ext_name() 322 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_ins_ext_name() [all …]
|
| /freebsd-13.1/usr.bin/dtc/ |
| H A D | dtb.hh | 58 enum token_type enum 96 inline const char *token_type_name(token_type t) in token_type_name() 168 inline void write_token(token_type t) in write_token()
|
| /freebsd-13.1/sbin/ipf/ipfstat/ |
| H A D | ipfstat.c | 1288 int token_type = IPFGENITER_STATE; in topipstates() local 1436 (void) ioctl(state_fd, SIOCIPFDELTOK, &token_type); in topipstates()
|