Searched refs:StrQcmp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/tcsh/
H A Dtw.spell.c61 retval = (StrQcmp(oldname->s, newname.s) != 0);
95 #define EQ(s,t) (StrQcmp(s,t) == 0)
H A Dtw.decls.h53 extern int StrQcmp (const Char *, const Char *);
H A Dtw.parse.c1175 if (StrQcmp(target, item.s) == 0) { /* EXACT match */
2234 /* StrQcmp():
2238 StrQcmp(const Char *str1, const Char *str2) function
2256 } /* end StrQcmp */
2319 res = StrQcmp(*var, str);
H A Dsh.func.c120 (i = StrQcmp(cp, str2short(bp->bname))) == 0)

Completed in 171 milliseconds