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

/freebsd-10.0-release/usr.bin/makewhatis/
H A Dmakewhatis.c514 char *from_end = &from[fromlen]; local
515 while (from < from_end) {
537 while (*++from != ']' && from < from_end);

Completed in 46 milliseconds