Lines Matching refs:LL
165 #define DBG_ALWAYS (1LL << 0)
166 #define DBG_PARSE (1LL << 1) /* r (read commands) */
167 #define DBG_EVAL (1LL << 2) /* e */
168 #define DBG_EXPAND (1LL << 3) /* x */
169 #define DBG_JOBS (1LL << 4) /* j */
170 #define DBG_PROCS (1LL << 5) /* p */
171 #define DBG_REDIR (1LL << 6) /* f (fds) */
172 #define DBG_CMDS (1LL << 7) /* c */
173 #define DBG_ERRS (1LL << 8) /* z (?) */
174 #define DBG_WAIT (1LL << 9) /* w */
175 #define DBG_TRAP (1LL << 10) /* t */
176 #define DBG_VARS (1LL << 11) /* v */
177 #define DBG_INPUT (1LL << 12) /* i */
178 #define DBG_OUTPUT (1LL << 13) /* o */
179 #define DBG_MEM (1LL << 14) /* m */
180 #define DBG_ARITH (1LL << 15) /* a */
181 #define DBG_HISTORY (1LL << 16) /* h */
182 #define DBG_SIG (1LL << 17) /* s */
183 #define DBG_MATCH (1LL << 18) /* g (glob) */
184 #define DBG_LEXER (1LL << 19) /* l */
192 #define DBG_VERBOSE (1LL << DBG_VBOSE_SHIFT)
195 #define DBG_U0 (1LL << DBG_EXTRAS(0)) /* 0 - ad-hoc extra flags */
196 #define DBG_U1 (1LL << DBG_EXTRAS(1)) /* 1 - for short term */
197 #define DBG_U2 (1LL << DBG_EXTRAS(2)) /* 2 - extra tracing */
198 #define DBG_U3 (1LL << DBG_EXTRAS(3)) /* 3 - when needed */
200 #define DBG_LINE (1LL << DBG_EXTRAS(7)) /* @ ($LINENO) */
201 #define DBG_PID (1LL << DBG_EXTRAS(8)) /* $ ($$) */
202 #define DBG_NEST (1LL << DBG_EXTRAS(9)) /* ^ */