Lines Matching refs:found
15 " - Jonas Enberg - if no table is found when using column completion
46 " column list could often not be found for the table.
54 " columns from a previous completion. If not matches are found, we
62 " choices can be found in the calls to sqlcomplete#Map in:
364 let found = -1
368 let found = index( tbl_list, ((table != '')?(table.'.'):'').column)
371 " If the table.column was found in the table list, we can safely assume
377 " if found != -1 || (g:omni_sql_include_owner == 0 && base !~ '\.$')
409 " Since no columns were found to match the base supplied
835 " If we have not found a cached copy of the table
872 let found = 0
876 let found = 1
943 let found = 1
953 if found == 0