Home | History | Annotate | Download | only in sed

Lines Matching defs:jumps

114 /* Information about labels and jumps-to-labels.  This is used to do
116 static struct sed_label *jumps = NULL;
1211 jumps = setup_label(jumps, vector->v_length, read_label(), NULL);
1662 for (go = jumps; go; go = release_label(go))
1678 jumps = NULL;