![]() git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;' |
||
---|---|---|
.. | ||
fsm.cc | ||
fsm_detect.cc | ||
fsm_expand.cc | ||
fsm_export.cc | ||
fsm_extract.cc | ||
fsm_info.cc | ||
fsm_map.cc | ||
fsm_opt.cc | ||
fsm_recode.cc | ||
fsmdata.h | ||
Makefile.inc |