Lines Matching defs:condition
76 int condition;
129 %type <commands> commands condition condition1
163 | condition
307 condition : if_open '\n' statements if_close
1258 int ch, next, condition;
1264 condition = ps->condition;
1265 ps->condition = 0;
1316 * #{ after a condition opens a format; anything else
1320 if (condition && next == '{') {
1337 * % is a condition unless it is all % or all numbers,
1347 ps->condition = 1;