Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/
H A Dchartype.h90 #define Strstr(s,v) wcsstr(s,v) macro
145 #define Strstr(s,v) strstr(s,v) macro
H A Dsearch.c131 if (Strstr(str, pat) != 0) in el_match()
/freebsd-12.1/contrib/tcsh/
H A Dsh.h1113 #define Strstr(a, b) strstr(a, b) macro
1147 #define Strstr(a, b) s_strstr(a, b) macro
H A Dsh.dol.c819 dp = Strstr(dp, lhsub); in setDolp()
H A Ded.screen.c1571 if ((ptr = Strstr(termcap, tag)) == NULL) { in UpdateVal()
H A Dsh.c557 Strstr(cp, STRptssl) != NULL)) { in main()