Searched refs:thisguy (Results 1 – 1 of 1) sorted by relevance
543 size_t line, lines, col, cols, thisguy; in fn_display_match_list() local571 thisguy = line + col * lines; in fn_display_match_list()572 if (thisguy >= num) in fn_display_match_list()575 col == 0 ? "" : " ", matches[thisguy], in fn_display_match_list()576 (*app_func)(matches[thisguy])); in fn_display_match_list()578 (int) (width - strlen(matches[thisguy])), ""); in fn_display_match_list()