Searched refs:putchar_idx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2data.h130 int putchar_idx; member in struct:os2Global
H A Drexxapi.c657 memcpy(G.os2.buffer+G.os2.putchar_idx,buf,size);
658 G.os2.putchar_idx = TextSetNext(__G__ G.os2.buffer, size+G.os2.putchar_idx,0);
664 G.os2.buffer[G.os2.putchar_idx++] = c;
666 G.os2.buffer[G.os2.putchar_idx] = 0;
668 G.os2.putchar_idx = TextSetNext(__G__ G.os2.buffer, G.os2.putchar_idx,0);
670 G.os2.buffer[--G.os2.putchar_idx] = 0;
672 G.os2.putchar_idx = 0;
716 if (G.os2.putchar_idx)
[all...]

Completed in 78 milliseconds