Searched refs:HEXCHAR (Results 1 – 1 of 1) sorted by relevance
1253 # define HEXCHAR(c) (((c) < 0 || (c) > 127) ? -1 : index_hex[(c)]) macro1292 if (c1 == '\n' || (c1 = HEXCHAR(c1)) == -1)1306 } while ((c2 = HEXCHAR(c2)) == -1);