Home
last modified time | relevance | path

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

/external/libedit/src/
Dfilecomplete.c360 size_t line, lines, col, cols, thisguy; in fn_display_match_list() local
386 thisguy = line + col * lines; in fn_display_match_list()
387 if (thisguy >= num) in fn_display_match_list()
390 col == 0 ? "" : " ", (int)width, matches[thisguy]); in fn_display_match_list()