Searched refs:dst_idx (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-join-pane.c74 int size, dst_idx; local
84 dst_idx = dst_wl->idx;
167 session_select(dst_s, dst_idx);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c1896 unsigned dst_idx = -1; local
1921 dst_idx = 0;
1928 dst_idx = 0;
1938 dst_idx = 0;
1951 tree dst = dst_idx < nargs ? gimple_call_arg (call, dst_idx) : NULL_TREE;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc1909 unsigned dst_idx = -1; local
1934 dst_idx = 0;
1941 dst_idx = 0;
1951 dst_idx = 0;
1964 tree dst = dst_idx < nargs ? gimple_call_arg (call, dst_idx) : NULL_TREE;
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dregexec.c99 Idx dst_node, Idx dst_idx, Idx src_node,
1886 Idx dst_node, Idx dst_idx, Idx src_node, Idx src_idx)
1891 Idx dst_bkref_idx = search_cur_bkref_entry (mctx, dst_idx);
1901 subexp_idx, dst_node, dst_idx,
1882 check_dst_limits(const re_match_context_t *mctx, const re_node_set *limits, Idx dst_node, Idx dst_idx, Idx src_node, Idx src_idx) argument

Completed in 198 milliseconds