Home
last modified time | relevance | path

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

/dports/sysutils/conman/conman-conman-0.3.0/
H A Dlex.h162 char * lex_decode(char *str);
H A Dclient-sock.c315 if ((str = lex_decode(create_string(lex_text(l))))) in parse_rsp_ok()
365 conf->errmsg = lex_decode(create_string(buf)); in parse_rsp_err()
H A Dserver-sock.c295 req->user = lex_decode(create_string(lex_text(l))); in parse_greeting()
303 req->tty = lex_decode(create_string(lex_text(l))); in parse_greeting()
388 str = lex_decode(create_string(lex_text(l))); in parse_cmd_opts()
H A Dlex.c363 char * lex_decode(char *str) in lex_decode() function