Home
last modified time | relevance | path

Searched refs:db_filecount (Results 1 – 1 of 1) sorted by relevance

/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c1101 static INTBIG db_filecount, db_filetotal; variable
1138 db_filecount = 0; in db_beginsearch()
1155 if (db_filecount >= db_filetotal) break; in nextfile()
1156 pt = db_filesindir[db_filecount]; in nextfile()
1157 db_filecount++; in nextfile()