Home
last modified time | relevance | path

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

/external/libedit/src/
Dunvis.c78 #define xtod(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10)) macro
374 *cp = xtod(uc); in unvis()
387 *cp = xtod(uc) | (*cp << 4); in unvis()