Lines Matching refs:BShellEnvOutputByte
140 void BShellEnvOutputByte(BShellHandle handle, char data)
262 BShellEnvOutputByte(shell, '\b');
264 BShellEnvOutputByte(shell, shell->buffer[i]);
266 BShellEnvOutputByte(shell, ' ');
268 BShellEnvOutputByte(shell, '\b');
291 BShellEnvOutputByte(shell, data);
299 BShellEnvOutputByte(shell, shell->buffer[i]);
302 BShellEnvOutputByte(shell, '\b');
374 BShellEnvOutputByte(handle, shell->buffer[shell->cursor]);
380 BShellEnvOutputByte(shell, '\b');