Lines Matching defs:hex
358 /* saw 0, possible oct|hex|dec|dbl constant */
380 /* saw 0 [xX], hex constant */
389 /* hex constant qualifier */
394 /* hex [eE][-+] botch */
401 /* hex dbl fraction */
408 /* optional hex dbl exponent sign */
414 /* mandatory hex dbl exponent first digit */
419 /* hex dbl exponent digits */
425 /* hex dbl constant qualifier */
562 static char hex[] = "fedcbaFEDCBA9876543210";
563 static char* dec = &hex[12];
564 static char* oct = &hex[14];
655 s = hex;