Home
last modified time | relevance | path

Searched defs:token (Results 1 – 15 of 15) sorted by relevance

/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_parser.c49 #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 Dfinsh_token.c70 void finsh_token_get_token(struct finsh_token* self, uint8_t* token) in finsh_token_get_token()
H A Dfinsh.h175 struct finsh_token token; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Ddef.c105 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 Ddef.c105 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 Dyconf.y535 static const char *zconf_tokenname(int token) in zconf_tokenname()
H A Dlkc.h66 int token; member
H A Dmenu.c199 void menu_add_option(int token, char *arg) in menu_add_option()
H A Dyconf.c2291 static const char *zconf_tokenname(int token) in zconf_tokenname()
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dspi_msd.c264 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 Dppp_oe.c239 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 Dpppoe.c337 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 Dpppoe.c338 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 Dparse.c345 char *token; in parse_arg_byte_stream_delim() local
/nrf52832-nimble/rt-thread/tools/
H A Dkconfiglib.py2009 def _check_token(self, token): argument