MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / gen_endfor

Function gen_endfor

src/gpre/languages/ftn.cpp:2052–2061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2050//
2051
2052static void gen_endfor(const act* action)
2053{
2054 const gpre_req* request = action->act_request;
2055
2056 if (request->req_sync)
2057 gen_send(action, request->req_sync);
2058
2059 printa(COLUMN, "GOTO %d", request->req_top_label);
2060 printa("", "%-6dCONTINUE", request->req_btm_label);
2061}
2062
2063
2064//____________________________________________________________

Callers 1

FTN_actionFunction · 0.70

Calls 2

gen_sendFunction · 0.70
printaFunction · 0.70

Tested by

no test coverage detected