OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISCTL
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/sh/
syntax.h
97
#define
ISCTL
(c) ((c) >= CTL_FIRST && (c) <= CTL_LAST)
99
#define
ISCTL
(c) (BASESYNTAX[(int)(c)] == CCTL)
expand.c
314
if (quotes ||
ISCTL
(*p))
470
if ((quotes && NEEDESC(c)) ||
ISCTL
(c))
705
ISCTL
(lastc))
1007
if (
ISCTL
(c))
1231
if ((flag & EXP_QNEEDED) &&
ISCTL
(*p)) \
2086
while (!
ISCTL
(*p)) {
2104
else if (
ISCTL
(*p))
2131
while (!
ISCTL
(*p)) {
2156
else if (
ISCTL
(*p))
parser.c
1773
* The current definition of
ISCTL
() allows the compiler to
1784
if (
ISCTL
(_ch)) \
2495
else if (
ISCTL
(c))
Completed in 15 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025