Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFormat.c762 if (HTCheckForInterrupt()) { in HTCopy()
964 if (HTCheckForInterrupt()) { in HTFileCopy()
1015 if (HTCheckForInterrupt()) { in HTMemCopy()
1095 if (HTCheckForInterrupt()) { in HTGzFileCopy()
1222 if (HTCheckForInterrupt()) { in HTZzFileCopy()
1297 if (HTCheckForInterrupt()) { in HTBzFileCopy()
DHTTCP.c99 return HTCheckForInterrupt()? 0 : 1; in ResolveYield()
986 if (HTCheckForInterrupt()) { in setup_nsl_fork()
1133 if (HTCheckForInterrupt()) { in LYGetHostByName()
1200 if (HTCheckForInterrupt()) { in LYGetHostByName()
1280 if (HTCheckForInterrupt()) { in HTParseInet()
1760 if (HTCheckForInterrupt()) { in HTWasInterrupted()
DHTFile.c2045 if (HTCheckForInterrupt()) { in print_local_dir()
2085 if (HTCheckForInterrupt()) { in print_local_dir()
2210 if (HTCheckForInterrupt()) { in print_local_dir()
DHTWAIS.c956 if (HTCheckForInterrupt()) { in HTLoadWAIS()
DHTFTP.c3022 if (HTCheckForInterrupt()) { in read_directory()
3260 if (WasInterrupted || HTCheckForInterrupt()) { in read_directory()
DHTTP.c2269 if (HTCheckForInterrupt()) { in HTLoadHTTP()
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.h150 extern int HTCheckForInterrupt(void);
DLYUtils.c1780 int HTCheckForInterrupt(void) in HTCheckForInterrupt() function
4669 if (LYCursesON && HTCheckForInterrupt()) { in LYExpandHostForURL()
4844 if (LYCursesON && HTCheckForInterrupt()) { in LYExpandHostForURL()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES1092 * use curses nodelay() function for BeOS to make HTCheckForInterrupt() work
1152 * simplify ifdef's in HTCheckForInterrupt() to make it clearer that the win32
2111 * modify an ifdef in HTCheckForInterrupt() to allow compile with DJGPP -GV
2163 * change select timeout in HTCheckForInterrupt() to zero, allowing immediate
2257 * add case LYK_TO_CLIPBOARD to HTCheckForInterrupt (not a good place), to allow
2283 * modify ifdef in HTCheckForInterrupt() to work with MingW and PDcurses -GV
3163 * modify ifdef in HTCheckForInterrupt() to build with DJGPP -DK
7929 for skipping HTCheckForInterrupt() - TD
8046 * modify HTCheckForInterrupt() to check for interrupt no more than one per
8413 * reorder HTCheckForInterrupt() so that partial display mode will work for
[all …]