Home | History | Annotate | Download | only in common

Lines Matching refs:IGNORE

354     IGNORE,
372 #define GET_ASCII_TYPE(c) ((int8_t)(c) >= 0 ? asciiTypes[(uint8_t)c] : (uint8_t)IGNORE)
386 #define GET_EBCDIC_TYPE(c) ((int8_t)(c) < 0 ? ebcdicTypes[(c)&0x7f] : (uint8_t)IGNORE)
407 case IGNORE:
409 continue; /* ignore all but letters and digits */
414 continue; /* ignore leading zero before another digit */
442 case IGNORE:
444 continue; /* ignore all but letters and digits */
449 continue; /* ignore leading zero before another digit */
499 case IGNORE:
501 continue; /* ignore all but letters and digits */
506 continue; /* ignore leading zero before another digit */
523 case IGNORE:
525 continue; /* ignore all but letters and digits */
530 continue; /* ignore leading zero before another digit */