Searched refs:SHELL_GULP (Results 1 – 1 of 1) sorted by relevance
1173 # define SHELL_GULP 150 /* Count of WCHARS to be gulped at a time */ in fGetsUtf8() macro1174 WCHAR wcBuf[SHELL_GULP+1]; in fGetsUtf8()1179 int na = (ncMax > SHELL_GULP*4+1 + noc)? SHELL_GULP : (ncMax-1 - noc)/4; in fGetsUtf8()1180 # undef SHELL_GULP in fGetsUtf8()