Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vi/misc/
H A Dctags.c182 static int striccmp(char *str, char *pat);
1276 if (striccmp(dbp, "method") == 0 ||
1277 striccmp(dbp, "wrapper") == 0 ||
1278 striccmp(dbp, "whopper") == 0)
1339 striccmp(str, pat) in striccmp() function