OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTLENDVAR
(Results
1 - 5
of
5
) sorted by null
/system/core/sh/
parser.h
41
#define
CTLENDVAR
'\203'
show.c
231
case
CTLENDVAR
:
expand.c
199
case
CTLENDVAR
: /* end of expanding yyy in ${xxx-yyy} */
513
if (*p !=
CTLENDVAR
) {
766
} else if (c ==
CTLENDVAR
) {
jobs.c
1424
case
CTLENDVAR
:
parser.c
1076
USTPUTC(
CTLENDVAR
, out);
[
all
...]
Completed in 40 milliseconds