Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/
H A Dos_amiga.c1514 LONG Result; in mch_expandpath() local
1565 Result = MatchFirst((UBYTE *)starbuf, Anchor); in mch_expandpath()
1570 Result = FindFirst((char *)pat, Anchor); in mch_expandpath()
1576 while (Result == 0) in mch_expandpath()
1586 Result = MatchNext(Anchor); in mch_expandpath()
1589 Result = FindNext(Anchor); in mch_expandpath()
1594 if (Result == ERROR_BUFFER_OVERFLOW) in mch_expandpath()
1596 else if (matches == 0 && Result != ERROR_OBJECT_NOT_FOUND in mch_expandpath()
1597 && Result != ERROR_DEVICE_NOT_MOUNTED in mch_expandpath()
1598 && Result != ERROR_NO_MORE_ENTRIES) in mch_expandpath()
/vim-8.2.3635/runtime/colors/tools/
H A Dcheck_colors.vim201 " print Result
202 call Result(err)
205 fu! Result(err) function
/vim-8.2.3635/runtime/syntax/
H A Dtap.vim45 syn region tapTestResultsOKRegion start=/^\(All tests successful\|Result: PASS\)/ end=/$/
46 …rt=/^\(# Looks like you planned \|Bailout called\|# Looks like you failed \|Result: FAIL\)/ end=/$/
H A Deiffel.vim80 syn keyword eiffelPredefined Current Void Result Precursor
H A Dpascal.vim178 syn keyword pascalPredefined Result
H A Drust.vim101 syn keyword rustEnum Result
/vim-8.2.3635/src/testdir/
H A Dtest_prompt_buffer.vim37 \ ' call append(line("$") - 1, "Result: \"" . a:text . "\"")',
63 call WaitForAssert({-> assert_equal('Result: "hello"', term_getline(buf, 3))})
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim1070 " Result of s:SendEval() failed, ignore.
/vim-8.2.3635/runtime/doc/
H A Dvim9.txt1144 # Result: [4, 4, 4, 4, 4]
1160 # Result: [0, 1, 2, 3, 4]
H A Dif_pyth.txt192 :" Result is a string! Use string.atoi() to convert to a number.
H A Dsyntax.txt1394 five predefined words "Current", "Void", "Result", "Precursor", and
1402 "Result", and "Precursor", you can use >
H A Dtodo.txt538 Result of synID() sometimes wrong in help files. (#5252)
1599 Result of systemlist() does not show whether text ended in line break.
H A Deval.txt2280 v:shell_error Result of the last shell command. When non-zero, the last
3719 < Result: [65, 66, 67]
8330 < Result: "ABC"
H A Dversion8.txt13246 Problem: Result of getcompletion('', 'cscope') depends on previous
13267 Problem: Result of getcompletion('', 'sign') depends on previous