Home
last modified time | relevance | path

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

/freebsd/usr.bin/sed/
H A Dcompile.c392 dohex(const char *in, char *out, int *len) in dohex() function
466 if (dohex(&p[2], d, &hexlen)) { in compile_delimited()
519 if (dohex(&s[2], t, &hexlen)) in compile_ccl()
636 if (dohex(&p[1], p, &hexlen)) { in compile_subst()