Lines Matching refs:t_

7 …bbmmaakkee [--BBeeiikkNNnnqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_…
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…
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] [--v…
10 [_v_a_r_i_a_b_l_e==_v_a_l_u_e] [_t_a_r_g_e_t ...]
22 _T_u_t_o_r_i_a_l (from 1993).
33 --CC _d_i_r_e_c_t_o_r_y
34 Change to _d_i_r_e_c_t_o_r_y before reading the makefiles or doing
36 interpreted relative to the previous one: --CC _/ --CC _e_t_c is
37 equivalent to --CC _/_e_t_c.
113 variable, or in _/_t_m_p if TMPDIR is unset or set to the
116 This can create many files in TMPDIR or _/_t_m_p, so use with
148 --II _d_i_r_e_c_t_o_r_y
157 --JJ _p_r_i_v_a_t_e
187 --mm _d_i_r_e_c_t_o_r_y
227 --TT _t_r_a_c_e_f_i_l_e
228 When used with the --jj flag, append a trace record to _t_r_a_c_e_f_i_l_e
627 --- _t_a_r_g_e_t ---
633 ---make[1234] _t_a_r_g_e_t ---
694 …includes: `_/_d_e_v _/_e_t_c _/_p_r_o_c _/_t_m_p _/_v_a_r_/_r_u_n _/_v_…
751 By default, bbmmaakkee does not create _._m_e_t_a files in
756 If _b_f is true, a missing _._m_e_t_a file makes the target out-
767 environment in the _._m_e_t_a file.
972 ::MM_p_a_t_t_e_r_n
973 Selects only those words that match _p_a_t_t_e_r_n. The standard shell
980 ::NN_p_a_t_t_e_r_n
982 _p_a_t_t_e_r_n.
1029 ::ggmmttiimmee[==_t_i_m_e_s_t_a_m_p]
1032 …should only be used with `::llooccaallttiimmee'. If a _t_i_m_e_s_t_a_m_p value…
1038 ::llooccaallttiimmee[==_t_i_m_e_s_t_a_m_p]
1040 localtime(3), producing the formatted timestamp. If a _t_i_m_e_s_t_a_m_p
1043 ::mmttiimmee[==_t_i_m_e_s_t_a_m_p]
1045 value. If stat(2) fails; use _t_i_m_e_s_t_a_m_p or current time. If
1046 _t_i_m_e_s_t_a_m_p is set to `error', then stat(2) failure will cause an
1071 ::SS/_o_l_d___s_t_r_i_n_g/_n_e_w___s_t_r_i_n_g/[11ggWW]
1072 Modifies the first occurrence of _o_l_d___s_t_r_i_n_g in each word of the
1073 value, replacing it with _n_e_w___s_t_r_i_n_g. If a `g' is appended to the
1078 as a single word. If _o_l_d___s_t_r_i_n_g begins with a caret (`^'),
1079 …_o_l_d___s_t_r_i_n_g is anchored at the beginning of each word. If _o_l_d___s_t_…
1081 word. Inside _n_e_w___s_t_r_i_n_g, an ampersand (`&') is replaced by
1082 _o_l_d___s_t_r_i_n_g (without the anchoring `^' or `$'). Any character may be
1087 …Both _o_l_d___s_t_r_i_n_g and _n_e_w___s_t_r_i_n_g may contain nested expressi…
1091 ::CC/_p_a_t_t_e_r_n/_r_e_p_l_a_c_e_m_e_n_t/[11ggWW]
1094 regular expression _p_a_t_t_e_r_n (see regex(3)) and an ed(1)-style
1095 …e_p_l_a_c_e_m_e_n_t. Normally, the first occurrence of the pattern _p_a_t_t_e_r_n
1099 of the search pattern _p_a_t_t_e_r_n as occur in the word or words it is
1103 …As for the ::SS modifier, the _p_a_t_t_e_r_n and _r_e_p_l_a_c_e_m_e_n_t are su…
1110 ::??_t_r_u_e___s_t_r_i_n_g::_f_a_l_s_e___s_t_r_i_n_g
1113 …_t_r_u_e___s_t_r_i_n_g, otherwise return the _f_a_l_s_e___s_t_r_i_n_g. Sin…
1123 ::_o_l_d___s_t_r_i_n_g==_n_e_w___s_t_r_i_n_g
1125 the last modifier specified, as a `:' in either _o_l_d___s_t_r_i_n_g or
1126 _n_e_w___s_t_r_i_n_g is treated as a regular character, not as the end of the
1129 If _o_l_d___s_t_r_i_n_g does not contain the pattern matching character `%',
1130 and the word ends with _o_l_d___s_t_r_i_n_g or equals it, that suffix is
1131 replaced with _n_e_w___s_t_r_i_n_g.
1133 Otherwise, the first `%' in _o_l_d___s_t_r_i_n_g matches a possibly empty
1135 in the word, the matching part is replaced with _n_e_w___s_t_r_i_n_g, and the
1136 first occurrence of `%' in _n_e_w___s_t_r_i_n_g (if any) is replaced with the
1139 …Both _o_l_d___s_t_r_i_n_g and _n_e_w___s_t_r_i_n_g may contain nested expressi…
1143 ::@@_v_a_r_n_a_m_e@@_s_t_r_i_n_g@@
1147 … the variable named _v_a_r_n_a_m_e and evaluate _s_t_r_i_n_g. The ODE convention
1193 ::::==_s_t_r
1194 The variable is assigned the value _s_t_r after substitution. This
1204 ::::??==_s_t_r
1207 ::::++==_s_t_r
1208 Append _s_t_r to the variable.
1229 _s_t_a_r_t...._e_n_d
1230 Selects all words from _s_t_a_r_t to _e_n_d, inclusive. For example,
1232 word. If _s_t_a_r_t is greater than _e_n_d, the words are output in
1343 …..iiff [!!]_e_x_p_r_e_s_s_i_o_n [_o_p_e_r_a_t_o_r _e_x_p_r_e_s_s_i_…
1346 …..iiffddeeff [!!]_v_a_r_i_a_b_l_e [_o_p_e_r_a_t_o_r _v_a_r_i_a_b_l_…
1349 …..iiffnnddeeff [!!]_v_a_r_i_a_b_l_e [_o_p_e_r_a_t_o_r _v_a_r_i_a_b_…
1352 ..iiffmmaakkee [!!]_t_a_r_g_e_t [_o_p_e_r_a_t_o_r _t_a_r_g_e_t ...]
1355 … ..iiffnnmmaakkee [!!]_t_a_r_g_e_t [_o_p_e_r_a_t_o_r _t_a_r_g_e_t ...]
1360 …..eelliiff [!!]_e_x_p_r_e_s_s_i_o_n [_o_p_e_r_a_t_o_r _e_x_p_r_e_s_…
1363 …..eelliiffddeeff [!!]_v_a_r_i_a_b_l_e [_o_p_e_r_a_t_o_r _v_a_r_i_a_…
1366 …..eelliiffnnddeeff [!!]_v_a_r_i_a_b_l_e [_o_p_e_r_a_t_o_r _v_a_r_i_…
1369 …..eelliiffmmaakkee [!!]_t_a_r_g_e_t [_o_p_e_r_a_t_o_r _t_a_r_g_e_t .…
1372 …..eelliiffnnmmaakkee [!!]_t_a_r_g_e_t [_o_p_e_r_a_t_o_r _t_a_r_g_e_…
1377 The _o_p_e_r_a_t_o_r may be any one of the following:
1394 mmaakkee(_t_a_r_g_e_t)
1404 eexxiissttss(_p_a_t_h_n_a_m_e)
1408 ttaarrggeett(_t_a_r_g_e_t)
1411 ccoommmmaannddss(_t_a_r_g_e_t)
1752 Invalid internal option "-J" in "_d_i_r_e_c_t_o_r_y"