Home
last modified time | relevance | path

Searched refs:l_ (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/less/
H A Dless.hlp79 m_<_l_e_t_t_e_r_> Mark the current top line with <letter>.
80 M_<_l_e_t_t_e_r_> Mark the current bottom line with <letter>.
81 '_<_l_e_t_t_e_r_> Go to a previously marked position.
84 ESC-m_<_l_e_t_t_e_r_> Clear a mark.
94 :e [_f_i_l_e] Examine a new file.
106 -_<_f_l_a_g_> Toggle a command line option [see OPTIONS below].
108 __<_f_l_a_g_> Display the setting of a command line option.
115 s _f_i_l_e Save input to a file.
141 -D xx_c_o_l_o_r . --color=xx_c_o_l_o
[all...]
/freebsd/contrib/bmake/
H A Dbmake.cat17 bbmmaakkee [--BBeeiikkNNnnqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y] [--DD _v_a_r_i_a_b_l_e] [--dd _f_l_a_g_s]
8 [--ff _m_a_k_e_f_i_l_e] [--II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_e] [--jj _m_a_x___j_o_b_s]
9 [--mm _d_i_r_e_c_t_o_r_y] [--TT _f_i_l_e] [--VV _v_a_r_i_a_b_l_e] [--vv _v_a_r_i_a_b_l_e]
10 [_v_a_r_i_a_b_l_e==_v_a_l_u_e] [_t_a_r_g_e_t ...]
15 which programs and other files depend. If no --ff _m_a_k_e_f_i_l_e option is
17 (default `_m_a_k_e_f_i_l_
[all...]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesni-x86.pl1862 my ($l_,$block,$i1,$i3,$i5) = ($rounds_,$key_,$rounds,$len,$out);
1878 &mov ($l_,&wparam(6)); # L_
1899 &movdqu ($inout5,&QWP(0,$l_,$i3));
1948 &movdqu ($inout0,&QWP(0,$l_));
1949 &movdqu ($inout1,&QWP(0,$l_,$i1));
1952 &movdqu ($inout3,&QWP(0,$l_,$i3));
1954 &movdqu ($inout5,&QWP(0,$l_,$i5));
2049 &movdqu ($inout0,&QWP(0,$l_));
2050 &movdqu ($inout1,&QWP(0,$l_,$i1));
2053 &movdqu ($inout3,&QWP(0,$l_,$i3));
[all …]
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h1471 #define NM_CHECK_ADDR_LEN_OFF(na_, l_, o_) do { \ argument
1472 if ((l_) + (o_) < (l_) || \
1473 (l_) + (o_) > NETMAP_BUF_SIZE(na_)) { \
1474 (l_) = NETMAP_BUF_SIZE(na_) - (o_); \
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td369 class FRR16_JALRC_RA_only_ins<bits<1> nd_, bits<1> l_,
371 FRR16_JALRC<nd_, l_, 1, (outs), (ins), !strconcat(asmstr, "\t$$ra"),