Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 25 of 28) sorted by relevance

12

/vim-8.2.3635/runtime/compiler/
H A Djsonlint.vim18 " CompilerSet makeprg=npx\ jsonlint\ --compact\ --quiet
20 CompilerSet makeprg=jsonlint\ --compact\ --quiet
H A Dtidy.vim18 CompilerSet makeprg=tidy\ -quiet\ -errors\ --gnu-emacs\ yes
/vim-8.2.3635/src/
H A Dblob.c363 check_blob_index(long bloblen, varnumber_T n1, int quiet) in check_blob_index() argument
367 if (!quiet) in check_blob_index()
378 check_blob_range(long bloblen, varnumber_T n1, varnumber_T n2, int quiet) in check_blob_range() argument
382 if (!quiet) in check_blob_range()
H A Deval.c895 if (tp == p + 1 && !quiet) in get_lval()
928 if (v == NULL && !quiet) in get_lval()
938 if (!quiet) in get_lval()
952 if (!quiet) in get_lval()
960 if (!quiet) in get_lval()
974 if (!quiet) in get_lval()
999 if (!quiet) in get_lval()
1030 if (!quiet) in get_lval()
1041 if (!quiet) in get_lval()
1073 if (!quiet) in get_lval()
[all …]
H A Dlist.c770 check_range_index_one(list_T *l, long *n1, int quiet) in check_range_index_one() argument
784 if (!quiet) in check_range_index_one()
804 int quiet) in check_range_index_two() argument
812 if (!quiet) in check_range_index_two()
824 if (!quiet) in check_range_index_two()
/vim-8.2.3635/src/proto/
H A Dblob.pro18 int check_blob_index(long bloblen, varnumber_T n1, int quiet);
19 int check_blob_range(long bloblen, varnumber_T n1, varnumber_T n2, int quiet);
H A Dlist.pro33 listitem_T *check_range_index_one(list_T *l, long *n1, int quiet);
34 int check_range_index_two(list_T *l, long *n1, listitem_T *li1, long *n2, int quiet);
/vim-8.2.3635/runtime/syntax/
H A Dmplayerconf.vim36 \ quiet really-quiet shuffle skin slave
H A Ddnsmasq.vim188 syn match DnsmasqKeyword "^\s*quiet-ra\>"
189 syn match DnsmasqKeyword "^\s*quiet-dhcp\>"
190 syn match DnsmasqKeyword "^\s*quiet-dhcp6\>"
H A Ddtrace.vim74 " No type: defaultargs destructive flowindent grabanon quiet rawbytes
75 syn match dtraceOption contained "\%(defaultargs\|destructive\|flowindent\|grabanon\|quiet\|rawbyte…
H A Dwget.vim125 \ "quiet",
H A Dgpg.vim84 \ pgp6 pgp7 preserve-permissions quiet rfc1991
H A Dvhdl.vim109 syn match vhdlAttribute "\'quiet"
H A Dtidy.vim157 \ punctuation-wrap quiet quote-ampersand quote-marks quote-nbsp raw
H A Dsplint.vim145 syn keyword splintFlag contained quiet readonlystrings readonlytrans realcompare redecl
H A Dsqr.vim140 syn keyword sqrParam printer-type quiet record reset-string
H A Dfstab.vim136 syn keyword fsOptionsKeywords contained quiet sys_immutable showexec dots nodots
H A Daptconf.vim46 \ quiet rpm synaptic unattended-upgrade whatmaps
H A Dgnuplot.vim265 syn keyword gnuplotKeyword fit logfile default quiet noquiet results brief
/vim-8.2.3635/src/testdir/
H A Dtest_tcl.vim161 " With the -quiet option, the error should silently be ignored.
162 call assert_equal('', TclEval('::vim::command -quiet xyz'))
165 \ 'wrong # args: should be "::vim::command ?-quiet? exCommand"')
170 " With the -quiet option, the error should silently be ignored.
171 call assert_equal('', TclEval('::vim::command -quiet xyz'))
323 tcl $w1 command -quiet xyz
/vim-8.2.3635/runtime/doc/
H A Dif_tcl.txt90 ::vim::command [-quiet] {cmd} # Execute an Ex command.
122 ::vim::command -quiet {cmd}
127 The "-quiet" flag suppresses any error messages from vim.
288 $win command [-quiet] {cmd} *tcl-window-command*
413 $buf command [-quiet] {cmd} *tcl-buffer-command*
H A Dtest_urls.vim18 let s:command = 'wget --quiet -S --spider --max-redirect=2 --timeout=5 --tries=2 -O /dev/null '
/vim-8.2.3635/src/libvterm/
H A DMakefile8 LIBTOOL +=--quiet
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim233 " Add -quiet to avoid the intro message causing a hit-enter prompt.
237 …let cmd = [g:termdebugger, '-quiet', '-tty', pty, '--eval-command', 'echo startupdone\n'] + gdb_ar…
358 " Add -quiet to avoid the intro message causing a hit-enter prompt.
362 let cmd = [g:termdebugger, '-quiet', '--interpreter=mi2'] + gdb_args
/vim-8.2.3635/src/auto/
H A Dconfigure1145 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16373 ac_config_status_args="$ac_config_status_args --quiet"

12