Home
last modified time | relevance | path

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

/dports/www/larbin/larbin-2.6.3/src/fetch/
H A Dchecker.cc73 while (global::forbExt[i] != NULL) { in filter1()
74 if (endWithIgnoreCase(global::forbExt[i], file, l)) { in filter1()
/dports/www/larbin/larbin-2.6.3/src/
H A Dglobal.h129 static Vector<char> forbExt; member
H A Dglobal.cc68 Vector<char> global::forbExt; member in global
321 forbExt.addElement(newString(tok)); in manageExt()