Searched refs:source_ptr (Results 1 – 1 of 1) sorted by relevance
421 char ch,*source_ptr,*target_ptr; in parse_word() local428 source_ptr=source;target_ptr=dest; in parse_word()430 ch=*source_ptr++; in parse_word()435 ch=*source_ptr++; in parse_word()440 source_ptr--; in parse_word()442 ch=*source_ptr++; in parse_word()445 return (--source_ptr); in parse_word()