Home | History | Annotate | Download | only in common

Lines Matching refs:nextType

400     uint8_t type, nextType;
412 nextType = GET_ASCII_TYPE(*name);
413 if (nextType == ZERO || nextType == NONZERO) {
435 uint8_t type, nextType;
447 nextType = GET_EBCDIC_TYPE(*name);
448 if (nextType == ZERO || nextType == NONZERO) {
491 uint8_t type, nextType;
504 nextType = GET_CHAR_TYPE(*name1);
505 if (nextType == ZERO || nextType == NONZERO) {
528 nextType = GET_CHAR_TYPE(*name2);
529 if (nextType == ZERO || nextType == NONZERO) {