do_store
void do_store(char *, char *, int);
do_store(name, "w", 0);
do_store(name, "a", 0);
do_store((yyvsp[(3) - (5)].s), "w", 1);
do_store(name, "w", 0);
do_store(name, "a", 0);
do_store($3, "w", 1);
return do_store(cctx, NULL, value, NULL, 0);
return do_store(cctx, value, NULL, NULL, 0);
return do_store(cctx, NULL, NULL, value, 0);
return do_store(cctx, NULL, value, NULL, 1);
return do_store(cctx, value, NULL, NULL, 1);
return do_store(cctx, NULL, NULL, value, 1);