Lines Matching defs:line
541 " line INTEGER NOT NULL,"
565 " line INTEGER NOT NULL,"
572 "CREATE UNIQUE INDEX semind_0 ON semind (symbol, kind, mode, file, line, column)",
611 int line;
622 sqlite_bind_int64(insert_rec_stmt, "@line", rec->line);
734 rec.line = pos->line;
773 rec.line = pos->line;
810 "(context, symbol, kind, mode, file, line, column) "
811 "VALUES (@context, @symbol, @kind, @mode, @file, @line, @column)",
890 * All files are sorted by name and line number. So, we can reopen
891 * the file and read it line by line.
1035 " semind.line,"
1082 query_appendf(query, " AND semind.line == %d", semind_search_line) < 0)
1096 query_appendf(query, " AND semind.line == %d", semind_search_line) < 0)
1105 if (query_appendf(query, " ORDER BY file.name, semind.line, semind.column ASC", semind_search_path) < 0)