Searched refs:Result (Results 1 – 14 of 14) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_amiga.c | 1514 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 D | check_colors.vim | 201 " print Result 202 call Result(err) 205 fu! Result(err) function
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tap.vim | 45 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 D | eiffel.vim | 80 syn keyword eiffelPredefined Current Void Result Precursor
|
| H A D | pascal.vim | 178 syn keyword pascalPredefined Result
|
| H A D | rust.vim | 101 syn keyword rustEnum Result
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_prompt_buffer.vim | 37 \ ' 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 D | termdebug.vim | 1070 " Result of s:SendEval() failed, ignore.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim9.txt | 1144 # Result: [4, 4, 4, 4, 4] 1160 # Result: [0, 1, 2, 3, 4]
|
| H A D | if_pyth.txt | 192 :" Result is a string! Use string.atoi() to convert to a number.
|
| H A D | syntax.txt | 1394 five predefined words "Current", "Void", "Result", "Precursor", and 1402 "Result", and "Precursor", you can use >
|
| H A D | todo.txt | 538 Result of synID() sometimes wrong in help files. (#5252) 1599 Result of systemlist() does not show whether text ended in line break.
|
| H A D | eval.txt | 2280 v:shell_error Result of the last shell command. When non-zero, the last 3719 < Result: [65, 66, 67] 8330 < Result: "ABC"
|
| H A D | version8.txt | 13246 Problem: Result of getcompletion('', 'cscope') depends on previous 13267 Problem: Result of getcompletion('', 'sign') depends on previous
|