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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsave.c576 static NEARDATA unsigned short outbufp = 0; variable
583 HUP printf("outbufp %d outrunlength %d\n", outbufp,outrunlength);
595 if (outbufp >= sizeof outbuf) {
597 outbufp = 0;
599 outbuf[outbufp++] = (unsigned char)c;
616 if (outbufp) {
617 outbufp = 0;
634 if (count_only) outbufp = 0;
637 if (outbufp) {
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsave.c576 static NEARDATA unsigned short outbufp = 0; variable
583 HUP printf("outbufp %d outrunlength %d\n", outbufp,outrunlength);
595 if (outbufp >= sizeof outbuf) {
597 outbufp = 0;
599 outbuf[outbufp++] = (unsigned char)c;
616 if (outbufp) {
617 outbufp = 0;
634 if (count_only) outbufp = 0;
637 if (outbufp) {
[all...]

Completed in 83 milliseconds