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