Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c8907 switch (*stropt) in get_yank_type()
8919 ++stropt; in get_yank_type()
8921 --stropt; in get_yank_type()
8927 *pp = stropt; in get_yank_type()
8939 char_u *stropt; in f_setreg() local
8990 if (stropt != NULL) in f_setreg()
9004 if (stropt != NULL) in f_setreg()
9006 pointreg = *stropt; in f_setreg()
9025 if (stropt == NULL) in f_setreg()
9027 for (; *stropt != NUL; ++stropt) in f_setreg()
[all …]