Lines Matching refs:cmdline
32 struct cmdline { struct
43 struct cmdline; argument
47 struct cmdline *cmdline_new(cmdline_parse_ctx_t *ctx, const char *prompt, int s_in, int s_out);
48 void cmdline_set_prompt(struct cmdline *cl, const char *prompt);
49 void cmdline_free(struct cmdline *cl);
50 void cmdline_printf(const struct cmdline *cl, const char *fmt, ...)
52 int cmdline_in(struct cmdline *cl, const char *buf, int size);
57 cmdline_get_rdline(struct cmdline *cl);
71 int cmdline_poll(struct cmdline *cl);
73 void cmdline_interact(struct cmdline *cl);
74 void cmdline_quit(struct cmdline *cl);