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

/macosx-10.10.1/vim-55/src/
H A Dsearch.c2818 static int cls_bigword; /* TRUE for "W", "B" or "E" */ variable
2823 * If a 'W', 'B', or 'E' motion is being done (cls_bigword == TRUE), chars
2842 /* If cls_bigword, report multi-byte chars as class 1. */
2843 if (enc_dbcs == DBCS_KOR && cls_bigword)
2852 if (c != 0 && cls_bigword)
2858 /* If cls_bigword is TRUE, report all non-blanks as class 1. */
2859 if (cls_bigword)
2887 cls_bigword = bigword;
2957 cls_bigword = bigword;
3026 cls_bigword
[all...]

Completed in 82 milliseconds