Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmisc2.c2008 static char * mshape_names[] = variable
2135 if (mshape_names[i] == NULL) in parse_shape_opt()
2146 len = (int)STRLEN(mshape_names[i]); in parse_shape_opt()
2147 if (STRNICMP(p, mshape_names[i], len) == 0) in parse_shape_opt()