Home
last modified time | relevance | path

Searched refs:suppressed (Results 1 – 25 of 57) sorted by relevance

123

/trueos/contrib/byacc/
HDmkpar.c5 #define NotSuppressed(p) ((p)->suppressed == 0)
8 #define MaySuppress(p) ((backtrack ? ((p)->suppressed <= 1) : (p)->suppressed == 0))
10 #define StartBacktrack(p) if (backtrack && (p) != NULL && NotSuppressed(p)) (p)->suppressed = 1
12 #define MaySuppress(p) ((p)->suppressed == 0)
254 p->suppressed = 1; in remove_conflicts()
263 pref->suppressed = 2; in remove_conflicts()
268 p->suppressed = 2; in remove_conflicts()
272 pref->suppressed = 2; in remove_conflicts()
277 p->suppressed = 2; in remove_conflicts()
281 pref->suppressed = 2; in remove_conflicts()
[all …]
HDverbose.c133 if (p->suppressed == 2) in print_conflicts()
145 else if (p->suppressed == 1) in print_conflicts()
217 (p->suppressed == 0 || p->suppressed == 1)) in print_nulls()
285 if (q->suppressed < 2 && q->action_code == SHIFT) in print_shifts()
293 if (p->action_code == SHIFT && p->suppressed == 0) in print_shifts()
297 if (backtrack && p->action_code == SHIFT && p->suppressed == 1) in print_shifts()
314 if (q->action_code == REDUCE && q->suppressed < 2) in print_reductions()
330 if (p->suppressed == 0) in print_reductions()
334 if (backtrack && p->suppressed == 1) in print_reductions()
HDNEW_FEATURES45 YYDEBUG is set to 0, debugging output is suppressed. If it is set to 1,
HDdefs.h257 char suppressed; member
HDoutput.c430 if (p->suppressed == 0) in token_actions()
444 else if (backtrack && p->suppressed == 1) in token_actions()
HDREADME.BTYACC570 output is suppressed. If it is set to 1, debugging output
/trueos/contrib/gcc/config/arm/
HDt-xscale-elf39 # The iWMMXt multilibs are suppressed for now because gcc only
/trueos/crypto/openssl/doc/ssl/
HDSSL_CTX_add_session.pod44 latter can be suppressed by SSL_SESS_CACHE_NO_INTERNAL_LOOKUP). So the
/trueos/etc/
HDprintcap31 # Banner pages are now suppressed by default. Remove the :sh: capability
/trueos/contrib/gcc/
HDc-format.c1488 int suppressed = FALSE; in check_format_info_main() local
1937 suppressed = 1; in check_format_info_main()
2058 || suppressed) in check_format_info_main()
2062 if (suppressed) in check_format_info_main()
/trueos/contrib/nvi/regex/
HDWHATSNEW71 problem with assertions not being suppressed in the absence of REDEBUG.
/trueos/lib/libc/regex/
HDWHATSNEW71 problem with assertions not being suppressed in the absence of REDEBUG.
/trueos/sys/boot/common/
HDhelp.common201 All console output is suppressed when console is muted.
/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZInstrFP.td242 // so restrict it to the cases where the condition can be suppressed.
/trueos/crypto/openssh/
HDsftp.065 be suppressed on a command by command basis by prefixing the
HDssh.0312 suppressed.
/trueos/crypto/openssl/doc/apps/
HDverify.pod116 be found that is trusted. With this option that behaviour is suppressed so that
/trueos/contrib/ncurses/misc/
HDemx.src600 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs,
/trueos/contrib/nvi/docs/tutorial/
HDvi.advanced1163 trailing `p' to each such command. Autoprint is suppressed in globals, and
1199 visual modes on errors is not suppressed by setting noeb. If possible the
1318 threshold. Thus notification is suppressed during a global command on the
/trueos/contrib/groff/contrib/mm/
HDChangeLog286 * Heading eject should be suppressed if the heading immediately
/trueos/contrib/less/
HDNEWS472 command, the message describing the new setting is suppressed.
/trueos/contrib/gcc/doc/
HDcppopts.texi172 in finding bugs in your own code, therefore suppressed. If you are
HDcpp.texi1105 (@pxref{Diagnostics}), are suppressed while GCC is processing a system
2179 suppressed. The parallel macros, inside the reserved namespace, remain
3474 so certain warnings should be suppressed.
/trueos/contrib/tnftp/
HDChangeLog330 - Consistently use getpass(3) (i.e, character echo suppressed)
332 the "login" code suppressed echo for Account: yet the "user"
/trueos/lib/libz/
HDChangeLog1361 - fix deflateReset (zlib header was incorrectly suppressed)
1387 - suppressed inftest.c

123