Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrstatus.c63 static BOOLEAN us_wildmatch(CHAR*, CHAR*);
1080 if (us_wildmatch(nldescribenodeproto(np), matchspec)) total++; in us_sortlib()
1086 if (us_wildmatch(nldescribenodeproto(np), matchspec)) in us_sortlib()
1099 BOOLEAN us_wildmatch(CHAR *name, CHAR *spec) in us_wildmatch() function
1121 if (us_wildmatch(pt, &pt2[1]) != 0) return(TRUE); in us_wildmatch()