Searched refs:x_hex2int (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dxstrings.h58 extern int x_hex2int(int /* ch */);
H A Dxstrings.c105 result[k++] = (char) ((CharOf(x_hex2int(source[j - 1])) << 4)
106 | CharOf(x_hex2int(source[j])));
271 x_hex2int(int c) function in typeref:typename:int
H A Dmisc.c4355 if ((result = x_hex2int(c)) >= 0)

Completed in 79 milliseconds