Lines Matching defs:mode
167 " -m, --mode=MODE Search only the specified type of access;\n"
212 semind_error(1, 0, "the length of mode value must be 1 or 3: %s", v);
243 "unknown modificator in the mode value"
366 { "mode", required_argument, NULL, 'm' },
546 " mode INTEGER NOT NULL"
570 " mode INTEGER NOT NULL"
572 "CREATE UNIQUE INDEX semind_0 ON semind (symbol, kind, mode, file, line, column)",
608 unsigned int mode;
620 sqlite_bind_int64(insert_rec_stmt, "@mode", rec->mode);
705 static void r_symbol(unsigned mode, struct position *pos, struct symbol *sym)
732 rec.mode = mode;
740 static void r_member(unsigned mode, struct position *pos, struct symbol *sym, struct symbol *mem)
771 rec.mode = mode;
810 "(context, symbol, kind, mode, file, line, column) "
811 "VALUES (@context, @symbol, @kind, @mode, @file, @line, @column)",
1039 " semind.mode,"
1067 if (query_appendf(query, " AND semind.mode == %d", semind_search_modmask) < 0)
1069 } else if (query_appendf(query, " AND (semind.mode & %d) != 0", semind_search_modmask) < 0)