Home
last modified time | relevance | path

Searched refs:lastmatch (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/ftp/
Dcomplete.c75 char *lastmatch; in complete_ambiguous() local
93 lastmatch = words->sl_str[0]; in complete_ambiguous()
94 matchlen = strlen(lastmatch); in complete_ambiguous()
97 if (lastmatch[j] != words->sl_str[i][j]) in complete_ambiguous()
104 lastmatch + wordlen, matchlen - wordlen); in complete_ambiguous()
/openbsd/src/usr.bin/mg/
Dre_search.c391 regmatch_t lastmatch; in re_backsrch() local
413 lastmatch.rm_so = -1; in re_backsrch()
423 memcpy(&lastmatch, &regex_match[0], sizeof(regmatch_t)); in re_backsrch()
427 if (lastmatch.rm_so == -1) { in re_backsrch()
432 memcpy(&regex_match[0], &lastmatch, sizeof(regmatch_t)); in re_backsrch()