Home
last modified time | relevance | path

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

/dports/devel/autogen/autogen-5.18.16/agen5/
H A DfuncFor.c207 for_state->for_by = scm_to_int(by); in ag_scm_for_by()
271 if (for_state->for_by == 0) { in next_def()
301 bool invert = (for_state->for_by < 0) ? true : false; in set_loop_limit()
326 bool invert = (for_state->for_by < 0) ? true : false; in for_by_step()
358 for_state->for_from, for_state->for_to, for_state->for_by, in for_by_step()
363 if (for_state->for_by != 0) { in for_by_step()
364 next_ix = for_state->for_index + for_state->for_by; in for_by_step()
H A Dautogen.h329 int for_by; //!< the loop increment (usually 1) member
H A Dexpr.ini186 NEW_PROC(g_nm + 156, 1, 0, 0, for_by);