Home
last modified time | relevance | path

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

/external/syslinux/com32/rosh/
Drosh.c927 char *bufp, *bufeol, *bufeol2; /* Pointer to current and next in rosh_more_buf() local
943 bufeol2 = strchr(bufeol, '\n'); in rosh_more_buf()
944 if (bufeol2 == NULL) { in rosh_more_buf()
948 elpl = ((bufeol2 - bufeol - 1) / cols); in rosh_more_buf()
957 bufeol = bufeol2 + 1; in rosh_more_buf()