Home
last modified time | relevance | path

Searched refs:pfrom (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c4257 register UCHAR_T *pfrom = end; in PREFIX() local
4260 while (pfrom != loc) in PREFIX()
4261 *--pto = *--pfrom; in PREFIX()
4274 register UCHAR_T *pfrom = end; in PREFIX() local
4277 while (pfrom != loc) in PREFIX()
4278 *--pto = *--pfrom; in PREFIX()
4352 register CHAR_T *pfrom = end - num; in insert_space() local
4354 while (pfrom >= loc) in insert_space()
4355 *pto-- = *pfrom--; in insert_space()