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

/macosx-10.10.1/vim-55/src/
H A Doption.c4063 int afterchar; /* character just after option name */ local
4177 afterchar = arg[len];
4359 && nextchar != NUL && !vim_iswhite(afterchar))
4399 if (nextchar != NUL && !vim_iswhite(afterchar))

Completed in 80 milliseconds