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

/macosx-10.9.5/vim-53/src/
H A Deval.c772 static int eval_isnamec1 __ARGS((int c));
1037 if (!eval_isnamec1(*name))
2461 else if (eval_isnamec1(*arg) || *arg == '{')
18578 if ((flags & FNE_CHECK_START) && !eval_isnamec1(*arg) && *arg != '{')
18716 eval_isnamec1(c) function
19828 if (!eval_isnamec1(*p) && (p == varname || !VIM_ISDIGIT(*p))
20512 while (arg[j] != NUL && (j == 0 ? eval_isnamec1(arg[j])

Completed in 286 milliseconds