Searched refs:thisguy (Results 1 – 3 of 3) sorted by relevance
292 thisguy = Whitespace(token)293 if not indents[-1].less(thisguy):294 witness = indents[-1].not_less_witness(thisguy)297 indents.append(thisguy)321 thisguy = Whitespace(line)322 if not indents[-1].equal(thisguy):323 witness = indents[-1].not_equal_witness(thisguy)
295 thisguy = Whitespace(token)296 if not indents[-1].less(thisguy):297 witness = indents[-1].not_less_witness(thisguy)300 indents.append(thisguy)324 thisguy = Whitespace(line)325 if not indents[-1].equal(thisguy):326 witness = indents[-1].not_equal_witness(thisguy)
360 size_t line, lines, col, cols, thisguy; in fn_display_match_list() local386 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()