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

  /src/lib/libedit/
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])), "");
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])), "");

Completed in 23 milliseconds