Lines Matching refs:gConbineBuf
907 static char gConbineBuf[PRINT_CONSOLE_MAX][PRINT_ONETIME_SIZE * 2 + 2] = {"\0", "\0", "\0", "\0" }; variable
909 static char *gConbineBufPtr[PRINT_CONSOLE_MAX] = {&gConbineBuf[0][0],
910 &gConbineBuf[1][0],
911 &gConbineBuf[2][0],
912 &gConbineBuf[3][0] };
1111 if (gConbineBufPtr[console] - &gConbineBuf[console][0] > PRINT_ONETIME_SIZE) in outputString()
1113 gConbineBufPtr[console] = &gConbineBuf[console][0]; in outputString()
1141 if (gAbortString && !strncmp(gConbineBuf[console], gAbortString, abortStrLength)) in outputString()
1148 if (!strncmp(gConbineBuf[console], OS_EXIT_STRING_1, gExitStrLength)) in outputString()
1151 gExitStatusNum = atoi(gConbineBuf[console] + gExitStrLength); in outputString()
1155 gConbineBufPtr[console] = &gConbineBuf[console][0]; in outputString()