Lines Matching refs:EXPRESSION
218 # m4_assert(EXPRESSION, [EXIT-STATUS = 1])
220 # This macro ensures that EXPRESSION evaluates to true, and exits if
221 # EXPRESSION evaluates to false.
1012 # m4_for(VARIABLE, FIRST, LAST, [STEP = +/-1], EXPRESSION)
1014 # Expand EXPRESSION defining VARIABLE to FROM, FROM + 1, ..., TO with
1017 # VARIABLE names. Changing VARIABLE inside EXPRESSION will not impact
1021 # the _m4_for call so that EXPRESSION is only parsed once.
1127 # m4_foreach(VARIABLE, LIST, EXPRESSION)
1130 # Expand EXPRESSION assigning each value of the LIST to VARIABLE.
1171 # m4_foreach_w(VARIABLE, LIST, EXPRESSION)
1174 # EXPRESSION, it may be more efficient to use m4_map_args_w.
1237 # m4_map_args(EXPRESSION, ARG...)
1239 # Expand EXPRESSION([ARG]) for each argument. More efficient than
1240 # m4_foreach([var], [ARG...], [EXPRESSION(m4_defn([var]))])
1241 # Shorthand for m4_map_args_sep([EXPRESSION(], [)], [], ARG...).
1249 # m4_map_args_pair(EXPRESSION, [END-EXPR = EXPRESSION], ARG...)
1252 # EXPRESSION([ARG1], [ARG2]). If there are an odd number of ARGs, the