Home
last modified time | relevance | path

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

/dpdk/lib/cmdline/
H A Dcmdline_parse.c84 cmdline_parse_token_hdr_t *token_p; in get_token() local
90 token_p = NULL; in get_token()
92 return token_p; in get_token()
113 token_p = get_token(inst, i); in match_inst()
114 if (!token_p) in match_inst()
167 if (token_p) { in match_inst()
306 cmdline_parse_token_hdr_t *token_p; in cmdline_complete() local
356 if (token_p) in cmdline_complete()
360 if (!token_p || in cmdline_complete()
451 if (token_p) in cmdline_complete()
[all …]