Searched refs:testpmd_cl (Results 1 – 1 of 1) sorted by relevance
74 static struct cmdline *testpmd_cl; variable17119 testpmd_cl = cmdline_stdin_new(main_ctx, "testpmd> "); in prompt()17120 if (testpmd_cl == NULL) in prompt()17122 cmdline_interact(testpmd_cl); in prompt()17123 cmdline_stdin_exit(testpmd_cl); in prompt()17129 if (testpmd_cl != NULL) in prompt_exit()17130 cmdline_quit(testpmd_cl); in prompt_exit()