Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 25 of 159) sorted by relevance

1234567

/dragonfly/share/syscons/keymaps/
H A Dce.iso2.kbd18 # alt-accent mark key.
32 # alt-` � (ogonek) and alt-~ � (cedilla)
34 # alt-! � (German double s)
35 # alt-@ � (degree)
36 # alt-# � (currency)
38 # alt-% � (umlaut, dve bodky)
43 # alt-* � (ring)
47 # alt-) � (dot accent)
51 # alt-= � (caron, m�k�e�, h��ek) and alt-+ � (breve)
53 # alt-\ / (slash)
[all …]
H A Dcz.iso2.kbd25 # alt-accent mark key.
39 # alt-` � (ogonek) and alt-~ � (cedilla)
41 # alt-! � (German double s)
42 # alt-@ � (degree)
43 # alt-# � (currency)
45 # alt-% � (umlaut, dve bodky)
50 # alt-* � (ring)
54 # alt-) � (dot accent)
58 # alt-= � (caron, m�k�e�, h��ek) and alt-+ � (breve)
60 # alt-\ / (slash)
[all …]
H A Dsk.iso2.kbd25 # alt-accent mark key.
39 # alt-` � (ogonek) and alt-~ � (cedilla)
41 # alt-! � (German double s)
42 # alt-@ � (degree)
43 # alt-# � (currency)
45 # alt-% � (umlaut, dve bodky)
50 # alt-* � (ring)
54 # alt-) � (dot accent)
58 # alt-= � (caron, m�k�e�, h��ek) and alt-+ � (breve)
60 # alt-\ / (slash)
[all …]
H A Dus.emacs.kbd3 # alt
4 # scan cntrl alt alt cntrl lock
5 # code base shift cntrl shift alt shift cntrl shift state
H A Del.iso07.kbd49 # alt
50 # scan cntrl alt alt cntrl lock
51 # code base shift cntrl shift alt shift cntrl shift state
162 # alt
163 # scan cntrl alt alt cntrl lock
164 # code base shift cntrl shift alt shift cntrl shift state
H A Dnorwegian.iso.kbd3 # alt
4 # scan cntrl alt alt cntrl lock
5 # code base shift cntrl shift alt shift cntrl shift state
H A Dcs.latin2.qwertz.kbd31 # alt
32 # scan cntrl alt alt cntrl lock
33 # code base shift cntrl shift alt shift cntrl shift state
144 # alt
145 # scan cntrl alt alt cntrl lock
146 # code base shift cntrl shift alt shift cntrl shift state
H A Dbe.iso.kbd3 # alt
4 # scan cntrl alt alt cntrl lock
5 # code base shift cntrl shift alt shift cntrl shift state
H A Dcolemak.iso15.acc.kbd6 # alt
7 # scan cntrl alt alt cntrl lock
8 # code base shift cntrl shift alt shift cntrl shift state
H A Ddanish.cp865.kbd3 # alt
4 # scan cntrl alt alt cntrl lock
5 # code base shift cntrl shift alt shift cntrl shift state
H A Ddanish.iso.kbd3 # alt
4 # scan cntrl alt alt cntrl lock
5 # code base shift cntrl shift alt shift cntrl shift state
H A Destonian.cp850.kbd3 # alt
4 # scan cntrl alt alt cntrl lock
5 # code base shift cntrl shift alt shift cntrl shift state
/dragonfly/contrib/libedit/src/
H A Dmap.c916 el->el_map.alt = el_calloc(N_KEYS, sizeof(*el->el_map.alt)); in map_init()
953 el_free(el->el_map.alt); in map_end()
954 el->el_map.alt = NULL; in map_end()
992 el_action_t *alt = el->el_map.alt; in map_init_meta() local
1003 map = alt; in map_init_meta()
1005 map = alt; in map_init_meta()
1032 el_action_t *alt = el->el_map.alt; in map_init_vi() local
1043 alt[i] = vic[i]; in map_init_vi()
1063 el_action_t *alt = el->el_map.alt; in map_init_emacs() local
1072 alt[i] = ED_UNASSIGNED; in map_init_emacs()
[all …]
/dragonfly/lib/libc/stdio/
H A Dxprintf_float.c187 if (pi->alt) in __printf_render_float()
278 if (pi->alt) in __printf_render_float()
289 if (!pi->alt) in __printf_render_float()
296 if (prec > 1 || pi->alt) in __printf_render_float()
305 if (prec || pi->alt) in __printf_render_float()
376 if (prec || pi->alt) in __printf_render_float()
400 if (prec || pi->alt) in __printf_render_float()
405 if (prec > 1 || pi->alt) { in __printf_render_float()
H A Dxprintf_int.c372 if (pi->prec == 0 && !(pi->alt && rdx == 8)) in __printf_render_int()
374 } else if (pi->alt) { in __printf_render_int()
474 p2.alt = 1; in __printf_render_ptr()
/dragonfly/usr.bin/rpcgen/
H A Drpc_cout.c206 const char *alt = NULL; in print_ifstat() local
221 alt = "string"; in print_ifstat()
223 alt = "opaque"; in print_ifstat()
225 if (alt) { in print_ifstat()
226 print_ifopen(indent, alt); in print_ifstat()
234 if (!alt) in print_ifstat()
239 alt = "string"; in print_ifstat()
241 alt = "bytes"; in print_ifstat()
244 print_ifopen(indent, alt); in print_ifstat()
247 if (alt) in print_ifstat()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dira-lives.c617 if (recog_op_alt[use][alt].anything_ok) in check_and_make_def_conflict()
620 use_cl = recog_op_alt[use][alt].cl; in check_and_make_def_conflict()
646 if (recog_op_alt[use_match][alt].anything_ok) in check_and_make_def_conflict()
649 use_cl = recog_op_alt[use_match][alt].cl; in check_and_make_def_conflict()
663 int alt; in make_early_clobber_and_input_conflicts() local
667 for (alt = 0; alt < recog_data.n_alternatives; alt++) in make_early_clobber_and_input_conflicts()
671 if (recog_op_alt[def][alt].earlyclobber) in make_early_clobber_and_input_conflicts()
673 if (recog_op_alt[def][alt].anything_ok) in make_early_clobber_and_input_conflicts()
676 def_cl = recog_op_alt[def][alt].cl; in make_early_clobber_and_input_conflicts()
681 || recog_op_alt[def][alt].earlyclobber)) in make_early_clobber_and_input_conflicts()
[all …]
H A Dregcprop.c741 int n_ops, i, alt, predicated; in copyprop_hardreg_forward_1() local
770 alt = which_alternative; in copyprop_hardreg_forward_1()
781 int matches = recog_op_alt[i][alt].matches; in copyprop_hardreg_forward_1()
783 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl; in copyprop_hardreg_forward_1()
784 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0 in copyprop_hardreg_forward_1()
795 if (recog_op_alt[i][alt].earlyclobber) in copyprop_hardreg_forward_1()
809 if (recog_op_alt[i][alt].earlyclobber) in copyprop_hardreg_forward_1()
931 if (recog_op_alt[i][alt].is_address) in copyprop_hardreg_forward_1()
934 recog_op_alt[i][alt].cl, in copyprop_hardreg_forward_1()
940 recog_op_alt[i][alt].cl, in copyprop_hardreg_forward_1()
H A Dregrename.c1436 int alt = which_alternative; in hide_operands() local
1448 || recog_op_alt[i][alt].earlyclobber) in hide_operands()
1458 || recog_op_alt[opn][alt].earlyclobber) in hide_operands()
1487 int alt = which_alternative; in record_out_operands() local
1498 enum reg_class cl = recog_op_alt[opn][alt].cl; in record_out_operands()
1548 int alt; in build_def_use() local
1581 alt = which_alternative; in build_def_use()
1604 int matches = recog_op_alt[i][alt].matches; in build_def_use()
1606 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl; in build_def_use()
1691 enum reg_class cl = recog_op_alt[opn][alt].cl; in build_def_use()
[all …]
/dragonfly/usr.bin/calendar/
H A Dmoon.c725 double alt = lunar_altitude_observed(t, loc); in moonrise() local
726 double offset = alt / (4.0 * (90.0 - fabs(loc->latitude))); in moonrise()
773 double alt = lunar_altitude_observed(t, loc); in moonset() local
774 double offset = alt / (4.0 * (90.0 - fabs(loc->latitude))); in moonset()
855 double alt = lunar_altitude_observed(t_u, loc); in show_moon_info() local
857 lon, alt); in show_moon_info()
/dragonfly/contrib/mpfr/src/
H A Dvasprintf.c152 unsigned int alt:1; /* # flag */ member
171 specinfo->alt = 0; in specinfo_init()
241 specinfo->alt = 1; in parse_flags()
1007 if ((np->fp_size != 0) || spec.alt) in regular_ab()
1056 const int keep_trailing_zeros = (spec_g && spec.alt) in regular_eg()
1118 if ((!spec_g || spec.alt) && (spec.prec > 0) in regular_eg()
1126 if (np->fp_size != 0 || spec.alt) in regular_eg()
1313 if (!spec_g || spec.alt) in regular_fg()
1342 if ((!spec_g || spec.alt) in regular_fg()
1431 if (spec.alt) in regular_fg()
[all …]
/dragonfly/contrib/tcsh-6/nls/et/
H A Dset320 18 Kustuta sümbol kursori alt
21 19 Kustuta sümbol kursori alt või teata tühja rea korral faililõpust
22 20 Kustuta sümbol kursori alt või rea lõpu korral näita täiendusi
23 21 Kustuta sümbol kursori alt, näita täiendusi või teata faililõpust
105 103 Vi asenda kursori alt sümbol järgmisena kirjutatava sümboliga
/dragonfly/contrib/gcc-8.0/gcc/
H A Drecog.h80 alternative_class (const operand_alternative *alt, int i) in alternative_class() argument
82 return alt[i].matches >= 0 ? alt[alt[i].matches].cl : alt[i].cl; in alternative_class()
H A Dira-lives.c601 check_and_make_def_conflict (int alt, int def, enum reg_class def_cl) in check_and_make_def_conflict() argument
627 const operand_alternative *op_alt = &recog_op_alt[alt * n_operands]; in check_and_make_def_conflict()
687 int alt; in make_early_clobber_and_input_conflicts() local
694 for (alt = 0; alt < n_alternatives; alt++, op_alt += n_operands) in make_early_clobber_and_input_conflicts()
695 if (TEST_BIT (preferred_alternatives, alt)) in make_early_clobber_and_input_conflicts()
705 check_and_make_def_conflict (alt, def, def_cl); in make_early_clobber_and_input_conflicts()
715 check_and_make_def_conflict (alt, def, def_cl); in make_early_clobber_and_input_conflicts()
/dragonfly/contrib/binutils-2.34/bfd/
H A Ddwarf2.c152 struct dwarf2_debug_file f, alt; member
797 if (stash->alt.bfd_ptr == NULL) in read_alt_indirect_string()
821 stash->alt.syms, offset, in read_alt_indirect_string()
823 &stash->alt.dwarf_str_size)) in read_alt_indirect_string()
843 if (stash->alt.bfd_ptr == NULL) in read_alt_indirect_ref()
867 stash->alt.syms, offset, in read_alt_indirect_ref()
2951 unit->stash->alt.info_ptr = unit->stash->alt.dwarf_info_buffer; in find_abstract_instance()
4498 if (!stash->alt.abbrev_offsets) in _bfd_dwarf2_slurp_debug_info()
5142 if (file == &stash->alt) in _bfd_dwarf2_cleanup_debug_info()
5144 file = &stash->alt; in _bfd_dwarf2_cleanup_debug_info()
[all …]

1234567