| 1268 | } |
| 1269 | |
| 1270 | void expr_gstr_print(struct expr *e, struct gstr *gs) |
| 1271 | { |
| 1272 | expr_print(e, expr_print_gstr_helper, gs, E_NONE); |
| 1273 | } |
| 1274 | |
| 1275 | /* |
| 1276 | * Transform the top level "||" tokens into newlines and prepend each |
no test coverage detected