OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_strindex
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
xstrings.h
54
extern char *
x_strindex
(char * /* s1 */, const char * /* s2 */);
resize.c
586
if ((ptr =
x_strindex
(termcap, "co#")) == NULL) {
598
if ((ptr =
x_strindex
(newtc, "li#")) == NULL) {
xstrings.c
454
x_strindex
(char *s1, const char *s2)
function
main.c
5684
if ((ptr1 =
x_strindex
(oldtc, "co#")) == NULL) {
5686
ptr1 =
x_strindex
(oldtc, "co#");
5688
if ((ptr2 =
x_strindex
(oldtc, "li#")) == NULL) {
5690
ptr2 =
x_strindex
(oldtc, "li#");
misc.c
7130
if (
x_strindex
(temp, "inhibit") != NULL)
Completed in 14 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026