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

/macosx-10.10.1/vim-55/src/
H A Dhardcopy.c194 char_u *commap; local
211 commap = vim_strchr(stringp, ',');
212 if (commap == NULL)
213 commap = option_str + STRLEN(option_str);
236 table[idx].strlen = (int)(commap - p);
238 stringp = commap;
H A Dmisc2.c3341 char_u *commap; local
3373 commap = vim_strchr(modep, ',');
3512 if (commap == NULL) /* last part */
3517 else if (endp > commap || endp == NULL)
3518 endp = commap;

Completed in 102 milliseconds