Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libedit/
HDchartype.h90 #define Strstr(s,v) wcsstr(s,v) macro
145 #define Strstr(s,v) strstr(s,v) macro
HDsearch.c131 if (Strstr(str, pat) != 0) in el_match()
/freebsd-11-stable/contrib/tcsh/
HDsh.h1126 #define Strstr(a, b) strstr(a, b) macro
1160 #define Strstr(a, b) s_strstr(a, b) macro
HDsh.dol.c816 dp = Strstr(dp, lhsub); in setDolp()
HDed.screen.c1567 if ((ptr = Strstr(termcap, tag)) == NULL) { in UpdateVal()
HDsh.c555 Strstr(cp, STRptssl) != NULL)) { in main()