Lines Matching refs:then
114 if max_empty_lines ~= n and seen_input_section then
121 if unused_input_lineno ~= 0 then
133 if not ok then
142 if line == "" then
146 if curr_empty_lines > max_empty_lines then
149 if curr_empty_lines > 0 then
150 if prev_empty_lines > 1 then
161 if prev_empty_lines ~= 2 and seen_input_section then
178 if section ~= "" then
182 if prev_empty_lines ~= 1 then
206 if output_incl_comm == "" then
217 if section_incl_comm == input_incl_comm then
228 if section_incl_comm == input_incl_comm then
232 if section_incl_comm == output_incl_comm then
247 if command == "input" and args ~= "" then
249 elseif command == "input" then
251 elseif command == "run" then
253 elseif command == "run-equals-input" then
255 elseif command == "run-equals-prev-output" then
257 elseif command == "end" and args ~= "" then
259 elseif command == "end" and section == "input" then
261 elseif command == "end" and section == "run" then
263 elseif command == "end" then
274 if section == "" then
282 or line:match("^%s*//%s*[$]") then
283 if section ~= "" then
290 if cmd then
295 if section == "input" or section == "run" then
300 if section == "run" then
307 and line:sub(1, 2) ~= " *" then
327 if section ~= "" then