Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalvars.c180 static char_u *ex_let_one(char_u *arg, typval_T *tv, int copy, int flags, char_u *endchars, char_u …
1302 char_u *endchars, // valid chars after variable name or NULL in ex_let_one() argument
1342 else if (endchars != NULL in ex_let_one()
1343 && vim_strchr(endchars, *skipwhite(arg)) == NULL) in ex_let_one()
1387 if (p == NULL || (endchars != NULL in ex_let_one()
1388 && vim_strchr(endchars, *skipwhite(p)) == NULL)) in ex_let_one()
1489 else if (endchars != NULL in ex_let_one()
1490 && vim_strchr(endchars, *skipwhite(arg + 1)) == NULL) in ex_let_one()
1528 if (endchars != NULL && vim_strchr(endchars, in ex_let_one()