Searched refs:oldstyle (Results 1 – 1 of 1) sorted by relevance
864 #define PARSEBACKQOLD() {oldstyle = 1; goto parsebackq; parsebackq_oldreturn:;}865 #define PARSEBACKQNEW() {oldstyle = 0; goto parsebackq; parsebackq_newreturn:;}881 int oldstyle; in readtoken1() local1321 if (oldstyle) { in readtoken1()1386 if (oldstyle) { in readtoken1()1393 if (oldstyle) in readtoken1()1401 if (oldstyle) { in readtoken1()1417 if (oldstyle) in readtoken1()
Completed in 4 milliseconds