Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 108) sorted by relevance

12345

/vim-8.2.3635/src/
H A Dgui_at_fs.c84 char *real; member
250 XtFree(dir->entries[j].real); in SFfree()
480 entries[0].real = XtMalloc(3); in SFgetHomeDirs()
504 entries[i].shown = entries[i].real; in SFgetHomeDirs()
864 XtFree(dir->entries[i].real); in SFcheckDir()
915 str = dir->entries[i].real; in SFcheckFiles()
1238 XtFree(entry->real); in SFdeleteEntry()
1292 last = strlen(entry->real) - 1; in SFstatAndCheck()
1293 entry->real[last] = 0; in SFstatAndCheck()
1330 entry->real[last] = ' '; in SFstatAndCheck()
[all …]
H A Dhardcopy.c1512 double real, in prt_real_bits() argument
1521 integer = (int)real; in prt_real_bits()
1522 fraction = (float)(real - integer); in prt_real_bits()
1523 if (real < (double)integer) in prt_real_bits()
/vim-8.2.3635/runtime/doc/
H A Dusr_09.txt205 "real clipboard", to avoid confusion. Often both the "current selection" and
206 the "real clipboard" are called clipboard, you'll have to get used to that.
207 To put text on the real clipboard, select a few different words in one of
209 has been copied to the real clipboard. You can't see this, unless you have
212 Edit/Paste menu. You will see the text from the real clipboard is inserted.
217 This use of both the "current selection" and the "real clipboard" might sound
230 If you use the "current selection" and the "real clipboard" with care, you can
237 the real clipboard with two registers. The "* register is for the current
247 The "+ register is used for the real clipboard. For example, to copy the text
253 To insert the contents of the real clipboard before the cursor: >
H A Dos_unix.txt55 For real color terminals the ":highlight" command can be used.
H A Dif_mzsch.txt196 corresponds to the real Vim buffer)
236 to the real Vim window)?
/vim-8.2.3635/src/testdir/
H A Dtest_job_fails.vim3 " freed. Since the process exits right away it's not a real leak.
H A Dtest_terminal_fail.vim3 " freed. Since the process exits right away it's not a real leak.
/vim-8.2.3635/runtime/ftplugin/
H A Dbash.vim6 " This is not a real filetype plugin. It allows for someone to set 'filetype'
H A Deruby.vim42 " Conventional; not a real file type
/vim-8.2.3635/runtime/syntax/
H A Dsgml.vim192 " real (non-empty) elements. We cannot do syntax folding
243 " The real comments (this implements the comments as defined by sgml,
H A Dmysql.vim102 syn region mysqlType start="real\W" end="."me=s-1
103 syn region mysqlType start="real$" end="."me=s-1
104 syn region mysqlType start="real(" end=")" contains=mysqlNumber,mysqlVariable
H A Dfortran.vim104 syn match fortranType "\<real\>"
152 syn match fortranIntrinsic "\<real\s*("me=s+4
154 syn match fortranType "\<implicit\s\+real\>"
411 … start="^\s*\(elemental \|pure \|impure \|module \|recursive \)\=\s*\(\(\(real \|integer \|logical…
421 … start="^\s*\(elemental \|pure \|impure \|module \|recursive \)\=\s*\(\(\(real \|integer \|logical…
H A Deruby.vim39 " Conventional; not a real file type
H A Dkwt.vim20 syn keyword cType integer real casestring nocasestring voidptr list
H A Dmonk.vim74 syn keyword monkFunc real? rational? integer? exact? inexact? = < > <= >=
79 syn keyword monkFunc real-part imag-part magnitude angle exact->inexact
H A Dsimula.vim38 syn keyword simulaType array boolean character integer long real short text virtual
H A Dverilog.vim34 syn keyword verilogStatement rcmos real realtime reg release
H A Dlite.vim99 syn keyword liteType int uint char real
H A Dverilogams.vim40 syn keyword verilogamsType parameter real integer electrical input output
H A Dstp.vim63 syn keyword stpType int integer long money nchar numeric precision real
H A Dscheme.vim349 syn keyword schemeFunction real-part
350 syn keyword schemeFunction real?
H A Dsdl.vim100 syn keyword sdlType integer real natural duration pid boolean time
H A Dsqlinformix.vim143 syn keyword sqlType real serial serial8 smallfloat smallint
/vim-8.2.3635/runtime/macros/maze/
H A Dposter16 A real working model. See it walk the maze in front of your very own eyes.
/vim-8.2.3635/runtime/indent/
H A Dperl.vim117 " Find a real opening brace

12345