Search | Google it | Results 1 - 1 of 1 for funcall:strlen from tkernel_2/monitor/cmdsvc/src/console.c (0.00 seconds) |
230: } else { 231: i = hp < 0 ? 0 : (strlen(&hist[hp]) + hp + 1); 232: if (hist[i] == '\0') continue; 235: for (; cp > 0; cp--) putSIO(BS); 236: for (i = strlen(&hist[hp]); cp < i; cp++) 237: putSIO(str[cp] = hist[hp + cp]);