Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dfilecomplete.c546 size_t line, lines, col, cols, thisguy; in fn_display_match_list() local
574 thisguy = line + col * lines; in fn_display_match_list()
575 if (thisguy >= num) in fn_display_match_list()
578 col == 0 ? "" : " ", matches[thisguy], in fn_display_match_list()
579 (*app_func)(matches[thisguy])); in fn_display_match_list()
581 (int) (width - strlen(matches[thisguy])), ""); in fn_display_match_list()