Home
last modified time | relevance | path

Searched refs:EV_BACKCMD (Results 1 – 2 of 2) sorted by relevance

/system/core/sh/
Deval.c90 #define EV_BACKCMD 04 /* command executing within back quotes */ macro
575 evalcommand(n, EV_BACKCMD, result); in evalbackcmd()
831 || ((flags & EV_BACKCMD) != 0 in evalcommand()
838 if (flags & EV_BACKCMD) { in evalcommand()
905 if (flags & EV_BACKCMD) { in evalcommand()
980 if (flags == EV_BACKCMD) { in evalcommand()
1048 if (flags == EV_BACKCMD) { in evalcommand()
Dinit.c257 #undef EV_BACKCMD
258 #define EV_BACKCMD 04 /* command executing within back quotes */ macro
549 #undef EV_BACKCMD
550 #define EV_BACKCMD 04 /* command executing within back quotes */ macro
837 #undef EV_BACKCMD
838 #define EV_BACKCMD 04 /* command executing within back quotes */ macro