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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1705 char *bufp, *altp; local
1724 altp = index(buf, ':');
1725 if (!bufp || (altp && altp < bufp)) bufp = altp;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1705 char *bufp, *altp; local
1724 altp = index(buf, ':');
1725 if (!bufp || (altp && altp < bufp)) bufp = altp;

Completed in 89 milliseconds