Home
last modified time | relevance | path

Searched refs:arrow (Results 1 – 25 of 153) sorted by relevance

1234567

/netbsd-src/lib/libedit/
H A Dterminal.c986 funckey_t *arrow = el->el_terminal.t_fkey; in terminal_init_arrow() local
988 arrow[A_K_DN].name = L"down"; in terminal_init_arrow()
989 arrow[A_K_DN].key = T_kd; in terminal_init_arrow()
990 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY; in terminal_init_arrow()
991 arrow[A_K_DN].type = XK_CMD; in terminal_init_arrow()
993 arrow[A_K_UP].name = L"up"; in terminal_init_arrow()
994 arrow[A_K_UP].key = T_ku; in terminal_init_arrow()
995 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY; in terminal_init_arrow()
996 arrow[A_K_UP].type = XK_CMD; in terminal_init_arrow()
998 arrow[A_K_LT].name = L"left"; in terminal_init_arrow()
[all …]
/netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/
H A Dwingdings.map196 -1 F0DC u27B2 # Circled heavy white rightwards arrow
208 -1 F0E8 u2794 # Heavy wide-headed rightwards arrow
215 -1 F0EF u21E6 # Leftwards white arrow
216 -1 F0F0 u21E8 # Rightwards white arrow
217 -1 F0F1 u21E7 # Upwards white arrow
218 -1 F0F2 u21E9 # Downwards white arrow
219 -1 F0F3 u2B04 # Left right white arrow
220 -1 F0F4 u21F3 # Up down white arrow
221 -1 F0F5 u2B00 # North east white arrow
222 -1 F0F6 u2B01 # North west white arrow
[all …]
H A Dtext.map272 # 220 up/down arrow *
275 # 223 up/down arrow baseline *
276 # 224 up arrow *
277 # 225 down arrow *
278 # 226 right arrow *
279 # 227 left arrow *
281 # 229 left/right arrow *
570 # 551 up arrow double stroke *
571 # 552 right arrow double stroke *
572 # 553 down arrow double stroke *
[all …]
H A Dsymbol.map114 -1 F0AB <> # arrow left and right (u2194)
115 -1 F0AC <- # arrow left (u2190)
116 -1 F0AD ua # arrow up (u2191)
117 -1 F0AE -> # arrow right (u2192)
118 -1 F0AF da # arrow down (u2193)
132 -1 F0BD u23D0 # vertical arrow extender (u23D0)
133 -1 F0BE u23AF # horizontal arrow extender (u23AF)
162 -1 F0DB hA # double arrow left and right (u21D4)
163 -1 F0DC lA lh # double arrow left (implied by) (u21D0)
164 -1 F0DD arrowverttp uA # double arrow up (u21D1)
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/
H A Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/
H A Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/
H A Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/
H A Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/
H A Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/
H A Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/
H A Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/
H A Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/
H A Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dshow-headers59 arrow = " <<-------"
63 arrow = ""
66 output.append (padding[:indent*tabstop] + bname + arrow)
74 output.append (padding[:indent*tabstop] + bname + " ("+str(seen[inc])+")" + arrow)
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dshow-headers59 arrow = " <<-------"
63 arrow = ""
66 output.append (padding[:indent*tabstop] + bname + arrow)
74 output.append (padding[:indent*tabstop] + bname + " ("+str(seen[inc])+")" + arrow)
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dlitlint.py54 arrow = (col-1) * ' ' + '^'
55 sys.stderr.write(errorMsg.format(p, i, col, msg, s, arrow))
/netbsd-src/external/bsd/ipf/dist/perl/
H A Dplog654 my $arrow = ($dir eq 's' ? '->' : '<-');
709 …s %s.%s", $if, $act, $count, $protoName, &portName ($sport, $protoName), $arrow, $peerName, &portN…
713 …6s %7s %4d %4s %16s %2s %s", $if, $act, $count, $protoName, &icmpType ($sport), $arrow, $peerName);
717 … printf (" %-6s %7s %4d %4s %16s %2s %s", $if, $act, $count, $protoName, '', $arrow, $peerName);
/netbsd-src/games/wump/
H A Dwump.info28 Each turn you may either move or shoot a crooked arrow. Moving is done
35 If your path for the arrow is incorrect, however, it will flail about in
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A DInputrc31 # In xterm windows, make the arrow keys do the right thing.
38 # alternate arrow key prefix
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A DInputrc31 # In xterm windows, make the arrow keys do the right thing.
38 # alternate arrow key prefix
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dapq8096-db820c.dts12 compatible = "arrow,apq8096-db820c", "qcom,apq8096-sbc", "qcom,apq8096";
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h254 arrow, // -> enumerator
434 arrow, // -> enumerator
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_show.c565 const char *ifname, *algo, *seg1, *seg2, *arrow; in npfctl_print_nat()
608 arrow = "<-"; in npfctl_print_nat()
612 arrow = "->"; in npfctl_print_nat()
644 seg1, arrow, seg2); in npfctl_print_nat()
564 const char *ifname, *algo, *seg1, *seg2, *arrow; npfctl_print_nat() local
/netbsd-src/external/gpl2/groff/dist/font/devlbp/
H A DTBI235 <> 3473 0 0x1d 6,25 # arrowboth "horizontal double-headed arrow"
238 va 2010 0 0x12 6,26 # \& "vertical double-headed arrow"
241 hA 2010 0 0x3db 6,60 # arrowdblboth "horizontal double-headed double arrow"
396 an 3333 0 0x3be 3,8 # arrowhorizex "horizontal arrow extension"
H A DHBI234 <> 3473 0 0x1d 6,25 # arrowboth "horizontal double-headed arrow"
237 va 2010 0 0x12 6,26 # \& "vertical double-headed arrow"
240 hA 2010 0 0x3db 6,60 # arrowdblboth "horizontal double-headed double arrow"
395 an 3333 0 0x3be 3,8 # arrowhorizex "horizontal arrow extension"

1234567