HomeSort by: relevance | last modified time | path
    Searched defs:max_equal (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
filecomplete.c 471 size_t match_list_len, max_equal, which, i; local in function:completion_matches
500 max_equal = strlen(prevstr);
502 for (i = 0; i < max_equal &&
505 max_equal = i;
508 retstr = el_calloc(max_equal + 1, sizeof(*retstr));
513 (void)strlcpy(retstr, match_list[1], max_equal + 1);
filecomplete.c 471 size_t match_list_len, max_equal, which, i; local in function:completion_matches
500 max_equal = strlen(prevstr);
502 for (i = 0; i < max_equal &&
505 max_equal = i;
508 retstr = el_calloc(max_equal + 1, sizeof(*retstr));
513 (void)strlcpy(retstr, match_list[1], max_equal + 1);
filecomplete.c 471 size_t match_list_len, max_equal, which, i; local in function:completion_matches
500 max_equal = strlen(prevstr);
502 for (i = 0; i < max_equal &&
505 max_equal = i;
508 retstr = el_calloc(max_equal + 1, sizeof(*retstr));
513 (void)strlcpy(retstr, match_list[1], max_equal + 1);

Completed in 35 milliseconds