/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | finsh_parser.c | 49 #define check_token(token, lex, type) if ( (token) != (type) ) \ argument 56 #define is_base_type(token) ((token) == finsh_token_type_void \ argument 63 #define next_token(token, lex) (token) = finsh_token_token(lex) argument 66 #define match_token(token, lex, type) next_token(token, lex); \ argument 79 enum finsh_token_type token; in proc_variable_decl() local 257 enum finsh_token_type token; in proc_type() local 380 enum finsh_token_type token; in proc_identifier() local 395 enum finsh_token_type token; in proc_expr_statement() local 425 enum finsh_token_type token; in proc_assign_expr() local 450 enum finsh_token_type token; in proc_inclusive_or_expr() local [all …]
|
H A D | finsh_token.c | 70 void finsh_token_get_token(struct finsh_token* self, uint8_t* token) in finsh_token_get_token()
|
H A D | finsh.h | 175 struct finsh_token token; member
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | def.c | 105 lwip_strnstr(const char *buffer, const char *token, size_t n) in lwip_strnstr()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | def.c | 105 lwip_strnstr(const char* buffer, const char* token, size_t n) in lwip_strnstr()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/ |
H A D | yconf.y | 535 static const char *zconf_tokenname(int token) in zconf_tokenname()
|
H A D | lkc.h | 66 int token; member
|
H A D | menu.c | 199 void menu_add_option(int token, char *arg) in menu_add_option()
|
H A D | yconf.c | 2291 static const char *zconf_tokenname(int token) in zconf_tokenname()
|
/nrf52832-nimble/rt-thread/components/drivers/spi/ |
H A D | spi_msd.c | 264 static rt_err_t _wait_token(struct rt_spi_device *device, uint8_t token) in _wait_token() 372 … _write_block(struct rt_spi_device *device, const void *buffer, uint32_t block_size, uint8_t token) in _write_block()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | ppp_oe.c | 239 pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif) in pppoe_find_softc_by_hunique()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | pppoe.c | 337 static struct pppoe_softc* pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif… in pppoe_find_softc_by_hunique()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | pppoe.c | 338 static struct pppoe_softc* pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif… in pppoe_find_softc_by_hunique()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | parse.c | 345 char *token; in parse_arg_byte_stream_delim() local
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | kconfiglib.py | 2009 def _check_token(self, token): argument
|