gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:tm_snd_dat (0.00 seconds)
mtkernel_3
lib/libtm/libtm.c - 2.3KB - 117 lines
62:                 tm_rcv_dat(p, 1);
63:                 tm_snd_dat(p, 1); /* echo back */
64:                 if (*p == CHR_CR) {
65:                         tm_snd_dat((const UB*)&LF, 1);
66:                         break;
90: if (buf == CHR_LF) { 91: tm_snd_dat((const UB*)&CR, 1); 92: } 93: tm_snd_dat(&buf, 1); 94: EI(imask);