Lines Matching refs:curpos
585 size_t curpos = (intptr_t)thunk; in comparator() local
587 return (strcmp(*(char *const *)a + curpos, in comparator()
588 *(char *const *)b + curpos)); in comparator()
618 size_t curpos = end - start, lcstring = -1; in sh_matches() local
644 if (strncmp(entry->d_name, text, curpos) != 0) in sh_matches()
664 if (curpos > bp[0] || memcmp(bp + 2, text, curpos) != 0) in sh_matches()
672 if (strncmp(ap->name, text, curpos) != 0) in sh_matches()
682 if (strncmp(e.cmdname, text, curpos) != 0) in sh_matches()
698 (void *)(intptr_t)curpos); in sh_matches()
700 const char *l = matches[uniq] + curpos; in sh_matches()
701 const char *r = matches[k] + curpos; in sh_matches()
727 matches[0] = strndup(matches[1], curpos + lcstring); in sh_matches()