OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Strchr
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libedit/
tokenizer.c
74
#define
Strchr
(s, c)
strchr
(s, c)
81
#define
Strchr
(s, c) wcschr(s, c)
377
if (
Strchr
(tok->ifs, *ptr) != NULL)
464
li.cursor = li.lastchar =
Strchr
(line, '\0');
/src/bin/csh/
csh.h
483
#define
Strchr
(a, b)
strchr
(a, b)
503
#define
Strchr
(a, b) s_strchr(a, b)
glob.c
231
if ((b =
Strchr
(s, '{')) != NULL) {
289
if (
Strchr
(s, '`')) {
file.c
495
looking_for_lognames = (*word == '~') && (
Strchr
(word, '/') == NULL);
674
if (
Strchr
(delims, word_start[-1]))
692
if (
Strchr
(inputline, '\t')) { /* tab Char in input line? */
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025