Searched refs:thisguy (Results 1 – 1 of 1) sorted by relevance
546 size_t line, lines, col, cols, thisguy; in fn_display_match_list() local574 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()