Home
last modified time | relevance | path

Searched refs:set_if_state (Results 1 – 1 of 1) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dflow_control.c273 static int set_if_state (int code) in set_if_state() function
370 err = set_if_state(SET_FALSE); in flow_control()
375 err = set_if_state(ok? SET_TRUE : SET_FALSE); in flow_control()
379 err = set_if_state(SET_ENDIF); in flow_control()
381 err = set_if_state(SET_ELIF); in flow_control()
383 set_if_state(UNINDENT); in flow_control()
386 err = set_if_state(ok? SET_TRUE : SET_FALSE); in flow_control()
390 err = set_if_state(SET_ELSE); in flow_control()
394 set_if_state(RELAX); in flow_control()