Searched refs:StrQcmp (Results 1 – 4 of 4) sorted by relevance
61 retval = (StrQcmp(oldname->s, newname.s) != 0); in spell_me()95 #define EQ(s,t) (StrQcmp(s,t) == 0)
53 extern int StrQcmp (const Char *, const Char *);
1179 if (StrQcmp(target, item.s) == 0) { /* EXACT match */ in tw_collect_items()2242 StrQcmp(const Char *str1, const Char *str2) in StrQcmp() function2323 res = StrQcmp(*var, str); in tgetenv()
120 (i = StrQcmp(cp, str2short(bp->bname))) == 0) in isbfunc()