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

/system/core/sh/
H A Deval.c90 #define EV_BACKCMD 04 /* command executing within back quotes */ macro
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) {
H A Dinit.c257 #undef EV_BACKCMD macro
258 #define EV_BACKCMD 04 /* command executing within back quotes */ macro
549 #undef EV_BACKCMD macro
550 #define EV_BACKCMD 04 /* command executing within back quotes */ macro
837 #undef EV_BACKCMD macro
838 #define EV_BACKCMD 04 /* command executing within back quotes */ macro

Completed in 55 milliseconds