Searched defs:ReadLineState (Results 1 – 1 of 1) sorted by relevance
16 typedef struct ReadLineState { struct17 char cmd_buf[READLINE_CMD_BUF_SIZE + 1];18 int cmd_buf_index;19 int cmd_buf_size;44 } ReadLineState; argument