Searched refs:Strstr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/lib/libedit/ |
| H A D | chartype.h | 90 #define Strstr(s,v) wcsstr(s,v) macro 145 #define Strstr(s,v) strstr(s,v) macro
|
| H A D | search.c | 131 if (Strstr(str, pat) != 0) in el_match()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.h | 1113 #define Strstr(a, b) strstr(a, b) macro 1147 #define Strstr(a, b) s_strstr(a, b) macro
|
| H A D | sh.dol.c | 819 dp = Strstr(dp, lhsub); in setDolp()
|
| H A D | ed.screen.c | 1571 if ((ptr = Strstr(termcap, tag)) == NULL) { in UpdateVal()
|
| H A D | sh.c | 557 Strstr(cp, STRptssl) != NULL)) { in main()
|