Searched refs:force_bin (Results 1 – 7 of 7) sorted by relevance
2506 if (eap->force_bin == FORCE_BIN) in set_cmdarg()2508 else if (eap->force_bin == FORCE_NOBIN) in set_cmdarg()2527 if (eap->force_bin == FORCE_BIN) in set_cmdarg()2529 else if (eap->force_bin == FORCE_NOBIN) in set_cmdarg()
1961 if (eap != NULL && eap->force_bin != 0) in buf_write()1962 write_bin = (eap->force_bin == FORCE_BIN); in buf_write()
1692 if ((eap != NULL && eap->force_bin != 0) in get_fileformat_force()1693 ? (eap->force_bin == FORCE_BIN) : buf->b_p_bin) in get_fileformat_force()
2717 eap->force_bin = buf->b_p_bin ? FORCE_BIN : FORCE_NOBIN; in prep_exarg()2739 if (eap != NULL && eap->force_bin != 0) in set_file_options()2743 curbuf->b_p_bin = (eap->force_bin == FORCE_BIN); in set_file_options()
4239 ea.force_bin = FORCE_BIN; in handle_drop_command()4241 ea.force_bin = FORCE_BIN; in handle_drop_command()4243 ea.force_bin = FORCE_NOBIN; in handle_drop_command()4245 ea.force_bin = FORCE_NOBIN; in handle_drop_command()
1924 int force_bin; // 0, FORCE_BIN or FORCE_NOBIN member
5178 eap->force_bin = FORCE_NOBIN; in getargopt()5181 eap->force_bin = FORCE_BIN; in getargopt()