filecomplete.c | 546 size_t line, lines, col, cols, thisguy; local in function:fn_display_match_list 574 thisguy = line + col * lines; 575 if (thisguy >= num) 578 col == 0 ? "" : " ", matches[thisguy], 579 (*app_func)(matches[thisguy])); 581 (int) (width - strlen(matches[thisguy])), "");
|