| ... | ... |
@@ -7,18 +7,24 @@ |
| 7 | 7 |
echo " $0 source-file(s)" |
| 8 | 8 |
exit |
| 9 | 9 |
fi |
| 10 | 10 |
|
| 11 | 11 |
for i in $@ |
| 12 | 12 |
do |
| 13 | 13 |
echo Update $i... |
| 14 | 14 |
TMP=`mktemp` |
| 15 |
sed -e "s/undirected graph/_gr_aph_label_/g"\ |
|
| 16 |
-e "s/undirected edge/_ed_ge_label_/g"\ |
|
| 15 |
sed -e "s/\<undirected graph\>/_gr_aph_label_/g"\ |
|
| 16 |
-e "s/\<undirected graphs\>/_gr_aph_label_s/g"\ |
|
| 17 |
-e "s/\<undirected edge\>/_ed_ge_label_/g"\ |
|
| 18 |
-e "s/\<undirected edges\>/_ed_ge_label_s/g"\ |
|
| 19 |
-e "s/\<directed graph\>/_digr_aph_label_/g"\ |
|
| 20 |
-e "s/\<directed graphs\>/_digr_aph_label_s/g"\ |
|
| 21 |
-e "s/\<directed edge\>/_ar_c_label_/g"\ |
|
| 22 |
-e "s/\<directed edges\>/_ar_c_label_s/g"\ |
|
| 17 | 23 |
-e "s/UGraph/_Gr_aph_label_/g"\ |
| 18 | 24 |
-e "s/u[Gg]raph/_gr_aph_label_/g"\ |
| 19 | 25 |
-e "s/\<Graph\>/_Digr_aph_label_/g"\ |
| 20 | 26 |
-e "s/\<graph\>/_digr_aph_label_/g"\ |
| 21 | 27 |
-e "s/\<Graphs\>/_Digr_aph_label_s/g"\ |
| 22 | 28 |
-e "s/\<graphs\>/_digr_aph_label_s/g"\ |
| 23 | 29 |
-e "s/_Graph/__Gr_aph_label_/g"\ |
| 24 | 30 |
-e "s/\([Gg]\)raph\([a-z_]\)/_\1r_aph_label_\2/g"\ |
| ... | ... |
@@ -39,29 +45,35 @@ |
| 39 | 45 |
-e "s/Edge/_Ar_c_label_/g"\ |
| 40 | 46 |
-e "s/edge/_ar_c_label_/g"\ |
| 41 | 47 |
-e "s/A[Nn]ode/_Re_d_label_/g"\ |
| 42 | 48 |
-e "s/B[Nn]ode/_Blu_e_label_/g"\ |
| 43 | 49 |
-e "s/A-[Nn]ode/_Re_d_label_/g"\ |
| 44 | 50 |
-e "s/B-[Nn]ode/_Blu_e_label_/g"\ |
| 45 | 51 |
-e "s/a[Nn]ode/_re_d_label_/g"\ |
| 46 | 52 |
-e "s/b[Nn]ode/_blu_e_label_/g"\ |
| 53 |
-e "s/\<UGRAPH_TYPEDEFS\([ \t]*([ \t]*\)typename[ \t]/TEMPLATE__GR_APH_TY_PEDE_FS_label_\1/g"\ |
|
| 54 |
-e "s/\<GRAPH_TYPEDEFS\([ \t]*([ \t]*\)typename[ \t]/TEMPLATE__DIGR_APH_TY_PEDE_FS_label_\1/g"\ |
|
| 55 |
-e "s/\<UGRAPH_TYPEDEFS\>/_GR_APH_TY_PEDE_FS_label_/g"\ |
|
| 56 |
-e "s/\<GRAPH_TYPEDEFS\>/_DIGR_APH_TY_PEDE_FS_label_/g"\ |
|
| 47 | 57 |
-e "s/_Digr_aph_label_/Digraph/g"\ |
| 48 | 58 |
-e "s/_digr_aph_label_/digraph/g"\ |
| 49 | 59 |
-e "s/_Gr_aph_label_/Graph/g"\ |
| 50 | 60 |
-e "s/_gr_aph_label_/graph/g"\ |
| 51 | 61 |
-e "s/_Ar_c_label_/Arc/g"\ |
| 52 | 62 |
-e "s/_ar_c_label_/arc/g"\ |
| 53 | 63 |
-e "s/_Ed_ge_label_/Edge/g"\ |
| 54 | 64 |
-e "s/_ed_ge_label_/edge/g"\ |
| 55 | 65 |
-e "s/_In_cEd_geIt_label_/IncEdgeIt/g"\ |
| 56 | 66 |
-e "s/_Re_d_label_/Red/g"\ |
| 57 | 67 |
-e "s/_Blu_e_label_/Blue/g"\ |
| 58 | 68 |
-e "s/_re_d_label_/red/g"\ |
| 59 | 69 |
-e "s/_blu_e_label_/blue/g"\ |
| 70 |
-e "s/_GR_APH_TY_PEDE_FS_label_/GRAPH_TYPEDEFS/g"\ |
|
| 71 |
-e "s/_DIGR_APH_TY_PEDE_FS_label_/DIGRAPH_TYPEDEFS/g"\ |
|
| 60 | 72 |
-e "s/DigraphToEps/GraphToEps/g"\ |
| 61 | 73 |
-e "s/digraphToEps/graphToEps/g"\ |
| 62 | 74 |
-e "s/\<DefPredMap\>/SetPredMap/g"\ |
| 63 | 75 |
-e "s/\<DefDistMap\>/SetDistMap/g"\ |
| 64 | 76 |
-e "s/\<DefReachedMap\>/SetReachedMap/g"\ |
| 65 | 77 |
-e "s/\<DefProcessedMap\>/SetProcessedMap/g"\ |
| 66 | 78 |
-e "s/\<DefHeap\>/SetHeap/g"\ |
| 67 | 79 |
-e "s/\<DefStandardHeap\>/SetStandradHeap/g"\ |
0 comments (0 inline)