Lines Matching refs:TRUE

144 	    found_one = TRUE;  in get_leader_len()
155 found_one = TRUE; in get_leader_len()
172 got_com = TRUE; in get_leader_len()
267 found_one = TRUE; in get_last_leader_offset()
337 return plines_win(curwin, lnum, TRUE); in plines()
355 return plines_win_nofill(curwin, lnum, TRUE); in plines_nofill()
376 if (lineFolded(wp, lnum) == TRUE) in plines_win_nofill()
503 count += plines_win_nofill(wp, first, TRUE) + wp->w_topfill; in plines_m_win()
506 count += plines_win(wp, first, TRUE); in plines_m_win()
542 *(ml_get_buf(curbuf, curwin->w_cursor.lnum, TRUE) in pchar_cursor()
571 wp->w_redr_status = TRUE; in check_status()
596 dont_scroll = TRUE; // disallow scrolling here in ask_yesno()
932 dont_scroll = TRUE; // disallow scrolling here in get_number()
957 *mouse_used = TRUE; in get_number()
966 skip_redraw = TRUE; // skip redraw once in get_number()
1011 i = get_number(TRUE, mouse_used); in prompt_for_number()
1064 keep_msg_more = TRUE; in msgmore()
1090 called_vim_beep = TRUE; in vim_beep()
1105 did_init = TRUE; in vim_beep()
1341 int at_start = TRUE; // at start of a name in expand_env_esc()
1371 copy_char = TRUE; in expand_env_esc()
1483 mustfree = TRUE; in expand_env_esc()
1511 mustfree = TRUE; in expand_env_esc()
1536 mustfree = TRUE; in expand_env_esc()
1553 mustfree = TRUE; in expand_env_esc()
1593 at_start = TRUE; in expand_env_esc()
1602 at_start = TRUE; in expand_env_esc()
1638 p = concat_fnames(vimdir, (char_u *)VIM_VERSION_NODOT, TRUE); in vim_version_dir()
1642 p = concat_fnames(vimdir, (char_u *)RUNTIME_DIRNAME, TRUE); in vim_version_dir()
1686 *mustfree = TRUE; in vim_getenv()
1738 *mustfree = TRUE; in vim_getenv()
1751 *mustfree = TRUE; in vim_getenv()
1839 *mustfree = TRUE; in vim_getenv()
1858 *mustfree = TRUE; in vim_getenv()
1877 didset_vimruntime = TRUE; in vim_getenv()
1882 didset_vim = TRUE; in vim_getenv()
2026 lazy_init_done = TRUE; in init_users()
2035 add_user((char_u *)pw->pw_name, TRUE); in init_users()
2080 add_user((char_u *)pw->pw_name, TRUE); in init_users()
2136 gui.dying = TRUE; in prepare_to_exit()
2169 really_exiting = TRUE; in preserve_exit()
2385 if ((infile = vim_tempname('i', TRUE)) == NULL) in get_cmd_output_as_rettv()
2415 err = TRUE; in get_cmd_output_as_rettv()
2420 err = TRUE; in get_cmd_output_as_rettv()
2427 if (write_list(fd, argvars[1].vval.v_list, TRUE) == FAIL) in get_cmd_output_as_rettv()
2428 err = TRUE; in get_cmd_output_as_rettv()
2443 err = TRUE; in get_cmd_output_as_rettv()
2446 err = TRUE; in get_cmd_output_as_rettv()
2556 get_cmd_output_as_rettv(argvars, rettv, TRUE); in f_systemlist()
2670 sve->sve_did_save = TRUE; in get_v_event()