Lines Matching full:goto
492 goto checkneg;
579 goto checkneg;
751 goto out;
758 goto top;
829 goto breakloop;
856 goto breakloop;
874 * using goto's to implement the subroutine linkage. The following macros
878 #define CHECKEND() {goto checkend; checkend_return:;}
879 #define PARSEREDIR() {goto parseredir; parseredir_return:;}
880 #define PARSESUB() {goto parsesub; parsesub_return:;}
881 #define PARSEBACKQOLD() {oldstyle = 1; goto parsebackq; parsebackq_oldreturn:;}
882 #define PARSEBACKQNEW() {oldstyle = 0; goto parsebackq; parsebackq_newreturn:;}
883 #define PARSEARITH() {goto parsearith; parsearith_return:;}
959 goto loop;
968 goto endword; /* exit outer loop */
976 goto loop; /* continue outer loop */
1114 goto endword; /* exit outer loop */
1117 goto endword; /* exit outer loop */
1186 goto checkend_return;
1250 goto parseredir_return;
1322 goto badsub;
1354 goto parsesub_return;
1414 goto done;
1507 goto parsebackq_oldreturn;
1509 goto parsebackq_newreturn;
1532 goto parsearith_return;