Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtw.spell.c57 retval = (StrQcmp(oldname->s, newname.s) != 0); in spell_me()
91 #define EQ(s,t) (StrQcmp(s,t) == 0)
H A Dtw.decls.h52 extern int StrQcmp (const Char *, const Char *);
H A Dtw.parse.c1174 if (StrQcmp(target, item.s) == 0) { /* EXACT match */ in tw_collect_items()
2239 StrQcmp(const Char *str1, const Char *str2) in StrQcmp() function
2320 res = StrQcmp(*var, str); in tgetenv()
H A Dtc.func.c1187 if (!StrQcmp(cmd, STRrm)) { in rmstar()
H A Dsh.func.c116 (i = StrQcmp(cp, str2short(bp->bname))) == 0) in isbfunc()