Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/
H A Dfilecomplete.c365 size_t line, lines, col, cols, thisguy; in fn_display_match_list() local
391 thisguy = line + col * lines; in fn_display_match_list()
392 if (thisguy >= num) in fn_display_match_list()
395 col == 0 ? "" : " ", (int)width, matches[thisguy]); in fn_display_match_list()