Lines Matching refs:TRUE

73     {NULL, TRUE, FALSE, {'/', 0, 0, 0L}},	// last used search pat
74 {NULL, TRUE, FALSE, {'/', 0, 0, 0L}} // last used substitute pat
81 static int last_t_cmd = TRUE; // last search t_cmd
153 rc_did_emsg = TRUE; in search_regcomp()
161 add_to_history(HIST_SEARCH, pat, TRUE, NUL); in search_regcomp()
426 return TRUE; in pat_has_uppercase()
448 return TRUE; in pat_has_uppercase()
471 return last_t_cmd == TRUE; in last_csearch_until()
635 int first_match = TRUE; in searchit()
703 at_first_line = TRUE; // default: start in first line in searchit()
786 match_ok = TRUE; in searchit()
906 match_ok = TRUE; in searchit()
1060 break_loop = TRUE; in searchit()
1103 ? top_bot_msg : bot_top_msg), TRUE); in searchit()
1105 extra_arg->sa_wrapped = TRUE; in searchit()
1361 spats[0].off.line = TRUE; in do_search()
1465 trunc = msg_strtrunc(msgbuf, TRUE); in do_search()
1506 msg_nowait = TRUE; // don't wait for this message in do_search()
1561 show_top_bot_msg = TRUE; in do_search()
1569 oap->inclusive = TRUE; // 'e' includes last character in do_search()
1612 has_offset = TRUE; in do_search()
1659 curwin->w_set_curswant = TRUE; in do_search()
1701 give_warning((char_u *)_(top_bot_msg), TRUE); in search_for_exact_line()
1715 give_warning((char_u *)_(bot_top_msg), TRUE); in search_for_exact_line()
1768 int stop = TRUE; in searchc()
1810 cap->oap->inclusive = TRUE; in searchc()
1842 stop = TRUE; in searchc()
1853 stop = TRUE; in searchc()
1911 return (col >= 0 && linep[col] == ch) ? TRUE : FALSE; in check_prevcol()
1945 found = TRUE; in find_rawstring_end()
1984 *backwards = TRUE; in find_mps_values()
2006 *backwards = TRUE; in find_mps_values()
2018 *backwards = TRUE; in find_mps_values()
2040 *backwards = TRUE; in find_mps_values()
2132 ignore_cend = TRUE; in findmatchlimit()
2133 backwards = (dir == FORWARD) ? FALSE : TRUE; in findmatchlimit()
2139 find_mps_values(&initc, &findc, &backwards, TRUE); in findmatchlimit()
2141 backwards = (dir == FORWARD) ? FALSE : TRUE; in findmatchlimit()
2187 backwards = TRUE; in findmatchlimit()
2196 backwards = TRUE; in findmatchlimit()
2342 lispcomm = TRUE; // find match inside this comment in findmatchlimit()
2549 inquote = TRUE; in findmatchlimit()
2550 start_in_quotes = TRUE; in findmatchlimit()
2553 inquote = TRUE; in findmatchlimit()
2565 start_in_quotes = TRUE; in findmatchlimit()
2568 inquote = TRUE; in findmatchlimit()
2680 if ((!inquote || start_in_quotes == TRUE) in findmatchlimit()
2747 in_str = TRUE; in check_linecomment()
2853 out_flush_cursor(TRUE, FALSE); in showmatch()
2865 ui_delay(p_mat * 100L + 8, TRUE); in showmatch()
2987 zero_width = is_zero_width(spats[last_idx].pat, TRUE, &curwin->w_cursor, in current_search()
3071 VIsual_active = TRUE; in current_search()
3185 msg_hist_off = TRUE; in cmdline_search_stat()
3276 done_search = TRUE; in update_search_stat()
3290 exact_match = TRUE; in update_search_stat()
3412 files = lalloc_clear(max_path_depth * sizeof(SearchedFile), TRUE); in find_pattern_in_path()
3452 if (fullpathcmp(new_fname, files[i].name, TRUE, TRUE) in find_pattern_in_path()
3469 already_searched = TRUE; in find_pattern_in_path()
3482 gotocmdline(TRUE); // cursor at status line in find_pattern_in_path()
3488 did_show = TRUE; in find_pattern_in_path()
3611 msg_hist_off = TRUE; // reset in msg_trunc_attr() in find_pattern_in_path()
3615 msg_trunc_attr((char *)IObuff, TRUE, HL_ATTR(HLF_R)); in find_pattern_in_path()
3647 define_matched = TRUE; in find_pattern_in_path()
3671 matched = TRUE; in find_pattern_in_path()
3682 && get_leader_len(line, NULL, FALSE, TRUE)) in find_pattern_in_path()
3709 matched = TRUE; in find_pattern_in_path()
3727 found = TRUE; in find_pattern_in_path()
3782 cont_s_ipos = TRUE; in find_pattern_in_path()
3802 found = TRUE; in find_pattern_in_path()
3804 gotocmdline(TRUE); // cursor at status line in find_pattern_in_path()
3814 did_show = TRUE; in find_pattern_in_path()
3816 show_pat_in_path(line, type, TRUE, action, in find_pattern_in_path()
3824 files[i].matched = TRUE; in find_pattern_in_path()
3828 found = TRUE; in find_pattern_in_path()
3840 did_show = TRUE; in find_pattern_in_path()
3845 need_mouse_correct = TRUE; in find_pattern_in_path()
3852 prepare_tagpreview(TRUE, TRUE, FALSE); in find_pattern_in_path()
3871 NULL, TRUE, lnum, FALSE))) in find_pattern_in_path()
3883 0, files[depth].name, NULL, TRUE, in find_pattern_in_path()
3894 curwin->w_set_curswant = TRUE; in find_pattern_in_path()
3904 win_enter(curwin_save, TRUE); in find_pattern_in_path()
3909 win_enter(firstwin, TRUE); in find_pattern_in_path()
4023 gotocmdline(TRUE); // cursor at status line in show_pat_in_path()
4102 int recompute = TRUE; in f_searchcount()
4112 recompute = TRUE; in f_searchcount()
4413 first_match = TRUE; in fuzzy_match_recursive()
4458 recursiveMatch = TRUE; in fuzzy_match_recursive()
4476 matched = *fuzpat == NUL ? TRUE : FALSE; in fuzzy_match_recursive()
4540 while (TRUE) in fuzzy_match()
4543 complete = TRUE; in fuzzy_match()
4559 complete = TRUE; in fuzzy_match()
4711 found_match = TRUE; in fuzzy_match_in_list()
4854 matchseq = TRUE; in do_fuzzymatch()
4908 do_fuzzymatch(argvars, rettv, TRUE); in f_matchfuzzypos()