Lines Matching refs:isLarge
24 /* Define this to 1 to enable support for the 'isLarge' variable flag
506 // We need to take care of 'isLarge' variable in a special way
507 // Anything before an isLarge
508 // buffer, which is then commited. Each isLarge variable is a pointer
539 if (evars[j].isLarge())
561 for (j = nvars; j < maxvars && !evars[j].isLarge(); j++) {
582 for (j = nvars; j < maxvars && !evars[j].isLarge(); j++) {
594 for ( ; j < maxvars && evars[j].isLarge(); j++) {