HomeSort by relevance Sort by last modified time
    Searched full:to_p (Results 1 - 1 of 1) sorted by null

  /external/srec/srec/crec/
word_lattice.c 234 char *to_p; local
282 to_p = tr_end + wlen + 1;
283 tr_end = to_p;
284 while (from_p >= transcription) *(to_p--) = *(from_p--);
287 *to_p = ' ';
290 to_p = transcription;
291 end = to_p + wlen;
293 while (to_p < end) *(to_p++) = *(w++);

Completed in 102 milliseconds