Lines Matching refs:fl
1369 int fl; in ex_endwhile() local
1389 fl = cstack->cs_flags[cstack->cs_idx]; in ex_endwhile()
1390 if (!(fl & csf)) in ex_endwhile()
1394 if (fl & CSF_WHILE) in ex_endwhile()
1396 else if (fl & CSF_FOR) in ex_endwhile()
1399 if (!(fl & (CSF_WHILE | CSF_FOR))) in ex_endwhile()
1401 if (!(fl & CSF_TRY)) in ex_endwhile()
1403 else if (fl & CSF_FINALLY) in ex_endwhile()
1408 fl = cstack->cs_flags[idx]; in ex_endwhile()
1409 if ((fl & CSF_TRY) && !(fl & CSF_FINALLY)) in ex_endwhile()
1416 if (fl & csf) in ex_endwhile()