parse_mode
enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING };
parse_mode(const char *text)
parse_mode(char *arg, int *mode, int ch)