Searched refs:b_p_tx (Results 1 – 4 of 4) sorted by relevance
1720 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()
1141 curbuf->b_p_tx = TRUE; in did_set_string_option()1143 curbuf->b_p_tx = FALSE; in did_set_string_option()
2974 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()
2946 int b_p_tx; // 'textmode' member