Searched refs:hexval (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DTextAction.c3232 int ind; /* steps through hexval buffer char by char */
3233 static char hexval[XawTextActionMaxHexChars]; local in function:IfHexConvertHexElseReturnParam
3244 hexval[ind] = '\0';
3247 hexval[ind] = (char)(hexval[ind] * 16);
3249 hexval[ind] = (char)(hexval[ind] + (c - '0'));
3251 hexval[ind] = (char)(hexval[ind] + (c - 'a' + 10));
3253 hexval[in
[all...]
/xsrc/external/mit/xterm/dist/
H A Dmisc.c1078 Char hexval[2]; local in function:HandleStringEvent
1079 hexval[0] = (Char) value;
1080 hexval[1] = 0;
1081 StringInput(term, hexval, (size_t) 1);

Completed in 13 milliseconds