Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDcomp_scan.c133 last_char(int from_end) in last_char() argument
140 if (from_end < (int) len) in last_char()
141 result = bufptr[(int) len - from_end]; in last_char()
/NextBSD/usr.bin/makewhatis/
HDmakewhatis.c514 char *from_end = &from[fromlen]; in de_nroff_copy() local
515 while (from < from_end) { in de_nroff_copy()
537 while (*++from != ']' && from < from_end); in de_nroff_copy()