Home
last modified time | relevance | path

Searched refs:b_p_tx (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dmisc2.c1720 curbuf->b_p_tx = TRUE; in set_fileformat()
1724 curbuf->b_p_tx = FALSE; in set_fileformat()
1728 curbuf->b_p_tx = FALSE; in set_fileformat()
H A Doptionstr.c1141 curbuf->b_p_tx = TRUE; in did_set_string_option()
1143 curbuf->b_p_tx = FALSE; in did_set_string_option()
H A Doption.c2974 else if ((int *)varp == &curbuf->b_p_tx) in set_bool_option()
2976 set_fileformat(curbuf->b_p_tx ? EOL_DOS : EOL_UNIX, opt_flags); in set_bool_option()
5519 case PV_TX: return (char_u *)&(curbuf->b_p_tx); in get_varp()
5888 buf->b_p_tx = p_tx; in buf_copy_options()
H A Dstructs.h2946 int b_p_tx; // 'textmode' member