stop               83 gc/aix_irix_threads.c     word stop;
stop              133 gc/aix_irix_threads.c     if (PLEASE_STOP != me -> stop) {
stop              140 gc/aix_irix_threads.c     me -> stop = STOPPED;
stop              285 gc/aix_irix_threads.c 		p -> stop = STOPPED;
stop              288 gc/aix_irix_threads.c 	    p -> stop = PLEASE_STOP;
stop              294 gc/aix_irix_threads.c                     p -> stop = STOPPED;
stop              307 gc/aix_irix_threads.c         while (p -> id != my_thread && p -> stop != STOPPED) {
stop              339 gc/aix_irix_threads.c 	p -> stop = NOT_STOPPED;
stop             2019 gc/os_dep.c    void GC_push_thread_stack(start, stop)
stop             2020 gc/os_dep.c    word start, stop;
stop             2022 gc/os_dep.c       GC_push_all_stack((ptr_t)start, (ptr_t)stop + sizeof(word));
stop             4100 gc/os_dep.c        GC_bool stop = FALSE;
stop             4113 gc/os_dep.c        for (i = 0; i < NFRAMES && !stop ; i++) {
stop             4218 gc/os_dep.c    		     stop = TRUE;
stop             1050 src/gauche.h   SCM_EXTERN int     Scm_MBLen(const char *str, const char *stop);
stop             1670 src/regexp.c       const char *stop;           /* end of input */
stop             1726 src/regexp.c       if (input == ctx->input || input == ctx->stop) return TRUE;
stop             1757 src/regexp.c               if (ctx->stop - input < param) return;
stop             1763 src/regexp.c               if (ctx->stop == input) return;
stop             1768 src/regexp.c               if (ctx->stop - input < param) return;
stop             1772 src/regexp.c               if (ctx->stop == input) return;
stop             1780 src/regexp.c               if (ctx->stop == input) return;
stop             1791 src/regexp.c               if (ctx->stop == input) return;
stop             1797 src/regexp.c               if (ctx->stop == input) return;
stop             1808 src/regexp.c               if (ctx->stop == input) return;
stop             1815 src/regexp.c               if (ctx->stop == input) return;
stop             1831 src/regexp.c               if (input != ctx->stop) return;
stop             1849 src/regexp.c                   if (ctx->stop <= input) break;
stop             1858 src/regexp.c                   if (ctx->stop <= input) break;
stop             1870 src/regexp.c                   if (ctx->stop <= input) break;
stop             1879 src/regexp.c                   if (ctx->stop <= input) break;
stop             1969 src/regexp.c       ctx.stop = end;
stop              159 src/string.c   int Scm_MBLen(const char *str, const char *stop)
stop              161 src/string.c       int size = (stop == NULL)? strlen(str) : (stop - str);