Searched refs:pfrom (Results 1 – 1 of 1) sorted by relevance
4257 register UCHAR_T *pfrom = end; in PREFIX() local4260 while (pfrom != loc) in PREFIX()4261 *--pto = *--pfrom; in PREFIX()4274 register UCHAR_T *pfrom = end; in PREFIX() local4277 while (pfrom != loc) in PREFIX()4278 *--pto = *--pfrom; in PREFIX()4352 register CHAR_T *pfrom = end - num; in insert_space() local4354 while (pfrom >= loc) in insert_space()4355 *pto-- = *pfrom--; in insert_space()