Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomtv.c1522 static BOOLEAN us_patternmatchhere(CHAR *pattern, CHAR *testcase);
1531 if (us_patternmatchhere(pattern, &testcase[i]) != 0) return(TRUE); in us_patternmatch()
1537 BOOLEAN us_patternmatchhere(CHAR *pattern, CHAR *testcase) in us_patternmatchhere() function
1552 if (us_patternmatchhere(subpattern, &testcase[i+j])) return(TRUE); in us_patternmatchhere()