Home
last modified time | relevance | path

Searched refs:token_p (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_parse.c89 cmdline_parse_token_hdr_t *token_p; in get_token() local
95 token_p = NULL; in get_token()
97 return token_p; in get_token()
118 token_p = get_token(inst, i); in match_inst()
119 if (!token_p) in match_inst()
172 if (token_p) { in match_inst()
311 cmdline_parse_token_hdr_t *token_p; in cmdline_complete() local
361 if (token_p) in cmdline_complete()
365 if (!token_p || in cmdline_complete()
456 if (token_p) in cmdline_complete()
[all …]