Searched refs:from_end (Results 1 – 2 of 2) sorted by relevance
133 last_char(int from_end) in last_char() argument140 if (from_end < (int) len) in last_char()141 result = bufptr[(int) len - from_end]; in last_char()
514 char *from_end = &from[fromlen]; in de_nroff_copy() local515 while (from < from_end) { in de_nroff_copy()537 while (*++from != ']' && from < from_end); in de_nroff_copy()