Searched refs:suppressed (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/byacc/
H A Dmkpar.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;
263 pref->suppressed = 2;
268 p->suppressed = 2;
272 pref->suppressed = 2;
277 p->suppressed
[all...]
H A Dverbose.c133 if (p->suppressed == 2)
145 else if (p->suppressed == 1)
217 (p->suppressed == 0 || p->suppressed == 1))
285 if (q->suppressed < 2 && q->action_code == SHIFT)
293 if (p->action_code == SHIFT && p->suppressed == 0)
297 if (backtrack && p->action_code == SHIFT && p->suppressed == 1)
314 if (q->action_code == REDUCE && q->suppressed < 2)
330 if (p->suppressed == 0)
334 if (backtrack && p->suppressed
[all...]
H A Doutput.c393 if (p->suppressed == 0)
407 else if (backtrack && p->suppressed == 1)
/freebsd-10.1-release/contrib/gcc/
H A Dc-format.c1492 int suppressed = FALSE;
1941 suppressed = 1;
2062 || suppressed)
2066 if (suppressed)
2068 "suppressed assignment");
1488 int suppressed = FALSE; local
/freebsd-10.1-release/contrib/ncurses/misc/
H A Demx.src600 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs,
H A Dterminfo.src774 linux-nic|linux with ich/ich1 suppressed for non-curses programs,
3451 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs,
4478 # translation. They are suppressed here to show what is tested by tack.
19135 # Standout mode is still broken (magic cookie, etc) so is suppressed as no
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dada-lang.c439 /* True if STR should be suppressed in info listings. */
559 7. Put symbols that should be suppressed in <...> brackets.
707 suppressed in info listings. */
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex974 % The paragraph indentation is suppressed or not by calling
1925 % Polish suppressed-l. --karl, 22sep96.
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex998 % The paragraph indentation is suppressed or not by calling
2040 % Polish suppressed-l. --karl, 22sep96.
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex975 % The paragraph indentation is suppressed or not by calling
1939 % Polish suppressed-l. --karl, 22sep96.

Completed in 324 milliseconds