OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EV_BACKCMD
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
eval.c
90
#define
EV_BACKCMD
04 /* command executing within back quotes */
575
evalcommand(n,
EV_BACKCMD
, result);
831
|| ((flags &
EV_BACKCMD
) != 0
838
if (flags &
EV_BACKCMD
) {
905
if (flags &
EV_BACKCMD
) {
980
if (flags ==
EV_BACKCMD
) {
1048
if (flags ==
EV_BACKCMD
) {
init.c
257
#undef
EV_BACKCMD
258
#define
EV_BACKCMD
04 /* command executing within back quotes */
549
#undef
EV_BACKCMD
550
#define
EV_BACKCMD
04 /* command executing within back quotes */
837
#undef
EV_BACKCMD
838
#define
EV_BACKCMD
04 /* command executing within back quotes */
Completed in 375 milliseconds