Home | History | Annotate | Download | only in sh

Lines Matching refs:oldstyle

881 #define PARSEBACKQOLD()	{oldstyle = 1; goto parsebackq; parsebackq_oldreturn:;}
882 #define PARSEBACKQNEW() {oldstyle = 0; goto parsebackq; parsebackq_newreturn:;}
922 int oldstyle;
934 (void) &oldstyle;
1396 if (oldstyle) {
1464 parsebackquote = oldstyle;
1466 if (oldstyle) {
1473 if (oldstyle)
1481 if (oldstyle) {
1506 if (oldstyle)