Lines Matching refs:flag
78 static void nv_cursormark(cmdarg_T *cap, int flag, pos_T *pos);
4491 int flag; in nv_brackets() local
4684 flag = '{'; in nv_brackets()
4686 flag = '}'; // "][" or "[]" in nv_brackets()
4693 if (!findpar(&cap->oap->inclusive, cap->arg, cap->count1, flag, in nv_brackets()
4695 && cap->arg == FORWARD && flag == '{'))) in nv_brackets()
5377 nv_cursormark(cmdarg_T *cap, int flag, pos_T *pos) in nv_cursormark() argument
5389 if (flag) in nv_cursormark()
5394 cap->oap->motion_type = flag ? MLINE : MCHAR; in nv_cursormark()
5860 int flag = FALSE; in nv_g_cmd() local
6056 flag = TRUE; in nv_g_cmd()
6085 if (flag) in nv_g_cmd()
6717 int flag = FALSE; in nv_wordcmd() local
6767 flag = TRUE; in nv_wordcmd()
6775 n = end_word(cap->count1, cap->arg, flag, FALSE); in nv_wordcmd()
7230 int flag; in nv_object() local
7246 flag = current_word(cap->oap, cap->count1, include, FALSE); in nv_object()
7249 flag = current_word(cap->oap, cap->count1, include, TRUE); in nv_object()
7254 flag = current_block(cap->oap, cap->count1, include, '(', ')'); in nv_object()
7259 flag = current_block(cap->oap, cap->count1, include, '{', '}'); in nv_object()
7263 flag = current_block(cap->oap, cap->count1, include, '[', ']'); in nv_object()
7267 flag = current_block(cap->oap, cap->count1, include, '<', '>'); in nv_object()
7277 flag = current_tagblock(cap->oap, cap->count1, include); in nv_object()
7280 flag = current_par(cap->oap, cap->count1, include, 'p'); in nv_object()
7283 flag = current_sent(cap->oap, cap->count1, include); in nv_object()
7288 flag = current_quote(cap->oap, cap->count1, include, in nv_object()
7297 flag = FAIL; in nv_object()
7302 if (flag == FAIL) in nv_object()