Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 56) sorted by relevance

123

/vim-8.2.3635/runtime/syntax/
H A Dlisp.vim177 syn keyword lispFunc break least-negative-double-float setf
180 syn keyword lispFunc built-in-class least-negative-normalized-long-float setq
182 syn keyword lispFunc byte least-negative-normalized-single-float seventh
183 syn keyword lispFunc byte-position least-negative-short-float shadow
184 syn keyword lispFunc byte-size least-negative-single-float shadowing-import
212 syn keyword lispFunc char-code-limit logandc2 single-float-negative-epsilon
228 syn keyword lispFunc char-upcase long-float-negative-epsilon special-form-p
292 syn keyword lispFunc define-condition most-negative-double-float symbol-function
294 syn keyword lispFunc define-modify-macro most-negative-long-float symbol-name
295 syn keyword lispFunc define-setf-expander most-negative-short-float symbolp
[all …]
H A Dsexplib.vim7 " 2017 Apr 11 - Improved matching of negative numbers (MM)
H A Drebol.vim95 syn keyword rebolLogicFunction negative? positive? zero? even? odd?
H A Dvhdl.vim189 " support negative sign after operators. E.g. q<=-b;
H A Dmonk.vim75 syn keyword monkFunc zero? positive? negative? odd? even? max min + * - / abs
H A Dspup.vim116 syn keyword spupTypes molweight moment_inertia negative notype percent contained
H A Docaml.vim12 " 2017 Apr 11 - Improved matching of negative numbers (MM)
H A Dscheme.vim310 syn keyword schemeFunction negative?
/vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/
H A Djustify.vim34 " To aid user defined commands, negative values are accepted aswell.
35 " Using a negative value specifies the default behaviour: any length of
56 " If the values of 'sw' or 'tw' are negative, they are treated as if
58 " check if a negative number prefix is used to change the sign of a
59 " negative 'sw' or 'ts' value.
/vim-8.2.3635/src/
H A Dops.c2490 int negative = FALSE; in do_addsub() local
2627 negative = TRUE; in do_addsub()
2699 negative = TRUE; in do_addsub()
2714 if (pre && negative) in do_addsub()
2718 negative = FALSE; in do_addsub()
2724 if (negative) in do_addsub()
2740 negative ^= TRUE; in do_addsub()
2749 negative ^= TRUE; in do_addsub()
2753 negative = FALSE; in do_addsub()
2756 if (do_unsigned && negative) in do_addsub()
[all …]
H A Dmemfile.c321 mf_new(memfile_T *mfp, int negative, int page_count) in mf_new() argument
340 if (!negative && freep != NULL && freep->bh_page_count >= page_count) in mf_new()
378 if (negative) in mf_new()
H A Dcharset.c1819 int negative = FALSE; in vim_str2nr() local
1828 negative = TRUE; in vim_str2nr()
1983 if (negative) // account for leading '-' for decimal numbers in vim_str2nr()
/vim-8.2.3635/src/proto/
H A Dmemfile.pro7 bhdr_T *mf_new(memfile_T *mfp, int negative, int page_count);
/vim-8.2.3635/src/libvterm/t/
H A D63screen_resize.test72 !Resize shorter does not send the cursor to a negative row
/vim-8.2.3635/runtime/doc/
H A Dusr_27.txt153 or negative. If it is positive, the cursor moves down that many lines; if
154 negative, it moves up.
170 A positive number moves the cursor to the right, a negative number moves it to
H A Dpopup.txt610 text property and can be negative.
617 text property and can be negative.
851 passing a negative "col" value to popup_create(). With "col: -5" you get:
977 leftmost, negative for counting from the right, -1 for
981 negative for counting from the bottom, -1 for bottom
H A Dindent.txt140 "N" represents a number of your choice (the number can be negative). When
222 negative number). (default 0).
234 LN Controls placement of jump labels. If N is negative, the label
235 will be placed at column 1. If N is non-negative, the indent of
H A Dundo.txt350 or 'undolevels' is negative.
358 If it is zero, the Vi-compatible way is always used. If it is negative no
H A Dsponsor.txt153 also enter three counter votes, these count as negative points.
H A Dtextprop.txt296 will be used; negative values can be used, the
/vim-8.2.3635/runtime/indent/
H A Dawk.vim114 " 1 If the previous line contains closing braces and has negative brace
/vim-8.2.3635/src/testdir/
H A Dtest_match.vim278 …call assert_notequal(negative_match_priority_attr, search_attr, "Match with negative priority is i…
H A Dtest_recover.vim258 " set the block number in a pointer entry to a negative number
H A Dtest_vartabs.vim422 " Setting 'shiftwidth' to a negative value, should set it to either the value
H A Dtest_undo.vim265 " undojoin is a noop when no change yet, or when 'undolevels' is negative

123