Home
last modified time | relevance | path

Searched refs:whilestmt (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Statements/
H A DContinueStatement.vb49 Dim whilestmt As WhileStatement = TryCast(m_ContainingStatement, WhileStatement)
50 If whilestmt IsNot Nothing Then
51 nextIteration = whilestmt.nextiteration
/dports/games/ldmud/ldmud-3.3.720/src/util/indent/
H A Dparse.c158 case whilestmt: /* scanned while (...) */
163 parser_state_tos->p_stack[parser_state_tos->tos] = whilestmt;
168 parser_state_tos->p_stack[parser_state_tos->tos] = whilestmt;
333 case whilestmt: in reduce()
345 case whilestmt: /* while (...) on top */ in reduce()
H A Dindent_globs.h57 sp_nparen, ifstmt, whilestmt, enumerator
H A Dindent.c889 (*token == 'w' ? whilestmt : forstmt));
/dports/devel/gindent/indent-2.2.12/regression/input/
H A Dparse.c173 debug_symbol_strings[whilestmt] = "whilestmt"; in debug_init()
315 case whilestmt: /* scanned while (...) */
322 parser_state_tos->p_stack[parser_state_tos->tos] = whilestmt;
329 parser_state_tos->p_stack[parser_state_tos->tos] = whilestmt;
508 case whilestmt: in reduce()
520 case whilestmt: /* while (...) on top */ in reduce()
H A Dindent.h38 sp_nparen, ifstmt, whilestmt, enumerator
H A Dindent_globs.h75 sp_nparen, ifstmt, whilestmt, enumerator
/dports/devel/gindent/indent-2.2.12/regression/standard/
H A Dparse.c172 debug_symbol_strings[whilestmt] = "whilestmt"; in debug_init()
315 case whilestmt: /* scanned while (...) */
322 parser_state_tos->p_stack[parser_state_tos->tos] = whilestmt;
329 parser_state_tos->p_stack[parser_state_tos->tos] = whilestmt;
509 case whilestmt: in reduce()
522 case whilestmt: /* while (...) on top */ in reduce()
H A Dindent.h38 sp_nparen, ifstmt, whilestmt, enumerator
H A Dindent_globs.h75 sp_nparen, ifstmt, whilestmt, enumerator
/dports/devel/gindent/indent-2.2.12/src/
H A Dparse.c267 debug_symbol_strings[whilestmt] = "whilestmt"; in debug_init()
448 case whilestmt: /* scanned while (...) */ in parse()
455 parser_state_tos->p_stack[parser_state_tos->tos] = whilestmt; in parse()
463 parser_state_tos->p_stack[parser_state_tos->tos] = whilestmt; in parse()
657 case whilestmt: in reduce()
669 case whilestmt: /* while (...) on top */ in reduce()
H A Dlexi.h83 whilestmt, enumerator
H A Doutput.c617 parser_state_tos->p_stack[tos] == whilestmt) in pad_output()
623 parser_state_tos->p_stack[tos] == whilestmt) in pad_output()
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Doc.py109 whilestmt = WHILE - LPAR + expr + RPAR + stmt variable
115 | whilestmt
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A Doc.py106 whilestmt = WHILE - LPAR + expr + RPAR + stmt variable
111 whilestmt |
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/src/
H A Dstmt.c24 static void whilestmt(int, Swtch, int);
85 case WHILE: whilestmt(genlabel(3), swp, lev + 1); break; in statement()
678 static void whilestmt(int lab, Swtch swp, int lev) { in whilestmt() function
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/src/
H A Dstmt.c24 static void whilestmt(int, Swtch, int);
85 case WHILE: whilestmt(genlabel(3), swp, lev + 1); break; in statement()
678 static void whilestmt(int lab, Swtch swp, int lev) { in whilestmt() function
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/src/
H A Dstmt.c24 static void whilestmt(int, Swtch, int);
85 case WHILE: whilestmt(genlabel(3), swp, lev + 1); break; in statement()
680 static void whilestmt(int lab, Swtch swp, int lev) { in whilestmt() function
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/src/
H A Dstmt.c24 static void whilestmt(int, Swtch, int);
85 case WHILE: whilestmt(genlabel(3), swp, lev + 1); break; in statement()
680 static void whilestmt(int lab, Swtch swp, int lev) { in whilestmt() function
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/src/
H A Dstmt.c24 static void whilestmt(int, Swtch, int);
85 case WHILE: whilestmt(genlabel(3), swp, lev + 1); break; in statement()
678 static void whilestmt(int lab, Swtch swp, int lev) { in whilestmt() function
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/lcc/src/
H A Dstmt.c24 static void whilestmt(int, Swtch, int);
85 case WHILE: whilestmt(genlabel(3), swp, lev + 1); break; in statement()
678 static void whilestmt(int lab, Swtch swp, int lev) { in whilestmt() function
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dstmt.c24 static void whilestmt(int, Swtch, int);
85 case WHILE: whilestmt(genlabel(3), swp, lev + 1); break; in statement()
678 static void whilestmt(int lab, Swtch swp, int lev) { in whilestmt() function
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dstmt.c24 static void whilestmt(int, Swtch, int);
85 case WHILE: whilestmt(genlabel(3), swp, lev + 1); break; in statement()
678 static void whilestmt(int lab, Swtch swp, int lev) { in whilestmt() function
/dports/games/evq3/evq3/code/tools/lcc/src/
H A Dstmt.c24 static void whilestmt(int, Swtch, int);
85 case WHILE: whilestmt(genlabel(3), swp, lev + 1); break; in statement()
678 static void whilestmt(int lab, Swtch swp, int lev) { in whilestmt() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/MojoShader/
H A Dmojoshader.h1887 MOJOSHADER_astWhileStatement whilestmt; member

12