Searched refs:p_paste (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Doption.h638 EXTERN int p_paste; /* 'paste' */ variable
H A Dmisc1.c541 int do_si = (!p_paste && curbuf->b_p_si
1471 if (!p_paste
1487 if (!p_paste
H A Dedit.c4221 if (!p_paste)
7060 if (p_paste || no_abbr || arrow_used)
7365 return (!p_paste && (curbuf->b_p_cin
7393 if (p_paste)
H A Dgetchar.c2049 && !(p_paste && (State & (INSERT + CMDLINE)))
2220 (long)!p_paste, NULL, 0);
H A Dex_getln.c3255 if (p_paste || no_abbr) /* no abbreviations or in paste mode */
H A Dops.c2621 if (!p_paste && curbuf->b_p_si
H A Doption.c1917 (char_u *)&p_paste, PV_NONE,
7594 else if ((int *)varp == &p_paste)
10867 if (p_paste)
10886 * paste_option_changed() - Called after p_paste was set or reset.
10902 if (p_paste)
11002 old_p_paste = p_paste;
H A Dscreen.c9529 if ((State & INSERT) && p_paste)

Completed in 362 milliseconds