Lines Matching refs:wchar_t
64 const wchar_t *name;
65 int (*func)(EditLine *, int, const wchar_t **);
82 parse_line(EditLine *el, const wchar_t *line) in parse_line()
84 const wchar_t **argv; in parse_line()
100 el_wparse(EditLine *el, int argc, const wchar_t *argv[]) in el_wparse()
102 const wchar_t *ptr; in el_wparse()
109 wchar_t *tprog; in el_wparse()
142 parse__escape(const wchar_t **ptr) in parse__escape()
144 const wchar_t *p; in parse__escape()
182 const wchar_t hex[] = L"0123456789ABCDEF"; in parse__escape()
183 const wchar_t *h; in parse__escape()
241 libedit_private wchar_t *
242 parse__string(wchar_t *out, const wchar_t *in) in parse__string()
244 wchar_t *rv = out; in parse__string()
257 *out++ = (wchar_t)n; in parse__string()
280 parse_cmd(EditLine *el, const wchar_t *cmd) in parse_cmd()