Searched refs:symtable (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c64 static DB *symtable; variable
87 if (symtable != NULL) {
92 symtable->del(symtable, &key, /*flags*/0);
134 symtable = dbopen(/*filename*/NULL,
138 if (symtable == NULL) {
148 if (symtable != NULL) {
152 while (symtable->seq(symtable, &key, &data, R_FIRST) == 0) {
158 symtable
[all...]

Completed in 167 milliseconds