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

/system/core/sh/
H A Dparser.c881 #define PARSEBACKQOLD() {oldstyle = 1; goto parsebackq; parsebackq_oldreturn:;}
882 #define PARSEBACKQNEW() {oldstyle = 0; goto parsebackq; parsebackq_newreturn:;}
922 int oldstyle; local
934 (void) &oldstyle;
1396 if (oldstyle) {
1464 parsebackquote = oldstyle;
1466 if (oldstyle) {
1473 if (oldstyle)
1481 if (oldstyle) {
1506 if (oldstyle)
[all...]

Completed in 256 milliseconds