candidate         246 gc/cord/de.c       CORD candidate = CORD_substr(s, pos, column + COLS);
candidate         248 gc/cord/de.c       int eol = CORD_chr(candidate, 0, '\n');
candidate         251 gc/cord/de.c       if (eol == CORD_NOT_FOUND) eol = CORD_len(candidate);
candidate        1267 gc/os_dep.c        void * candidate = GC_get_allocation_base(new_l);
candidate        1270 gc/os_dep.c        if (GC_is_malloc_heap_base(candidate)) {
candidate        1276 gc/os_dep.c     	  candidate = GC_get_allocation_base(p);
candidate        1279 gc/os_dep.c    	} while (GC_is_malloc_heap_base(candidate)
candidate        1281 gc/os_dep.c    	if (GC_is_malloc_heap_base(candidate)) {
candidate        1288 gc/os_dep.c                         candidate);
candidate        1290 gc/os_dep.c        new_l -> allocation_base = candidate;