Lines Matching refs:p2
71 char_u *p2, int last);
73 char_u *p2, int last);
641 char_u *p1, *p2 = NULL; in crypt_get_key() local
659 if (p2 != NULL && STRCMP(p1, p2) != 0) in crypt_get_key()
663 crypt_free_key(p2); in crypt_get_key()
664 p2 = NULL; in crypt_get_key()
680 p2 = p1; in crypt_get_key()
692 crypt_free_key(p2); in crypt_get_key()
830 char_u *p2 = to;
859 if (p1 == p2)
881 if (p1 == p2)
882 mch_memmove(p2, buf_out, buf_len);