Home | History | Annotate | Download | only in browsers

Lines Matching refs:branch_info

1394 	struct branch_info *bi;
1550 bi = browser->he_selection->branch_info;
1642 * we stash the branch_info symbol + map into the
1644 * code to use branch_info.
1648 he->ms.sym = he->branch_info->from.sym;
1649 he->ms.map = he->branch_info->from.map;
1651 he->ms.sym = he->branch_info->to.sym;
1652 he->ms.map = he->branch_info->to.map;