Lines Matching refs:what
171 int what, in findpar() argument
208 if (!first && did_skip && (startPS(curr, what, both) in findpar()
209 || (posix && what == NUL && *ml_get(curr) == '{'))) in findpar()
229 if (curr == curbuf->b_ml.ml_line_count && what != '}') in findpar()
1037 int what, // '(', '{', etc. in current_block() argument
1058 if (what == '{') // ignore indent in current_block()
1062 if (gchar_cursor() == what) in current_block()
1082 if ((pos = findmatch(NULL, what)) != NULL) in current_block()
1086 if ((pos = findmatch(NULL, what)) == NULL) in current_block()
1096 if ((pos = findmatchlimit(NULL, what, FM_FORWARD, 0)) == NULL) in current_block()
1142 if ((pos = findmatch(NULL, what)) == NULL) in current_block()