Searched refs:suppress (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Ddumpaff.c31 * suppress their printing from the calling routine.
33 void dumpaff (type, htype, didafflines, suppress, f)
37 register int *suppress;
44 Dout(pn, 15, "type=%d, htype=%d/%s, *didafflines=%d, *suppress=%d\n", type, htype, htype >= 0 ? header[htype].tag : "None", *didafflines, *suppress);
54 *suppress = TRUE;
58 *suppress = TRUE;
68 Dout(pn, 15, "\thtype < 0 || affspot != htype, *suppress=%d\n", *suppress);
79 Dout(pn, 15, "\t*didafflines=%d, *suppress
[all...]
H A Ddumprcv.c31 * suppress their printing from the calling routine.
33 void dumprcv (type, htype, didrcvlines, suppress, f)
37 register int *suppress;
44 Dout(pn, 15, "type=%d, htype=%d/%s, *didrcvlines=%d, *suppress=%d\n", type, htype, htype >= 0 ? header[htype].tag : "None", *didrcvlines, *suppress);
53 *suppress = TRUE;
61 Dout(pn, 15, "\thtype < 0 || rcvspot != htype, *suppress=%d\n", *suppress);
71 Dout(pn, 15, "\t*didrcvlines=%d, *suppress=%d\n", *didrcvlines, *suppress);
[all...]
H A Dcopylet.c81 int suppress = FALSE; local
82 int sav_suppress = FALSE; /* Did we suppress previous hdr line? */
257 if ((n > 0) && !suppress) {
271 dumprcv(type, htype,&didrcvlines,&suppress,f);
272 dumpaff(type, htype,&didafflines,&suppress,f);
280 dumprcv(type, -1,&didrcvlines,&suppress,f);
281 dumpaff(type, -1,&didafflines,&suppress,f);
296 sav_suppress = suppress;
297 suppress = FALSE;
306 suppress
[all...]
H A Dgendeliv.c40 int didafflines = 0, didrcvlines = 0, suppress = 0, svopts = 0; local
111 dumprcv(ORDINARY, -1,&didrcvlines,&suppress,outfile);
112 dumpaff(ORDINARY, -1,&didafflines,&suppress,outfile);
H A Dmail.h179 #define TTY 5 /* suppress binary to tty */
297 extern void dumpaff(int type, int htype, int *didafflines, int *suppress, FILE *f);
298 extern void dumprcv(int type, int htype, int *didrcvlines, int *suppress, FILE *f);
/illumos-gate/usr/src/tools/install.bin/
H A Dinstall.bin.c43 static int suppress = 0; variable
90 if (!suppress)
149 } else if (!suppress) {
188 suppress = 1;
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c97 do_ioctl(int ioctl_cmd, char *keyword, char *behavior, int suppress) argument
101 int suppressed = suppress == -1 || suppress == errno;
222 char *behavior, int *didyes, int suppress)
259 return (do_ioctl(no, keyword, behavior, suppress));
273 return (do_ioctl(no, keyword, behavior, suppress));
311 suppress));
314 suppress);
322 ret = do_ioctl(yes, keyword, behavior, suppress);
326 return (do_ioctl(no, keyword, behavior, suppress));
221 S3_helper(char *whitelist, char *blacklist, int yes, int no, char *keyword, char *behavior, int *didyes, int suppress) argument
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dgrep.c75 "[s:suppress|no-messages?Suppress error and warning messages.]"
168 unsigned char suppress; /* no unopenable file messages */ member in struct:State_s
757 state.suppress = opt_info.num;
829 if (!state.suppress)
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex556 % and you can use @w{...} around a quote to suppress ligatures.
971 % If WORD is `none', then suppress indentation of the first paragraph
978 % By default, we suppress indentation.
995 % Here is how we actually suppress indentation. Redefine \everypar to
6508 % Don't suppress indentation if a float happens to start a section.

Completed in 120 milliseconds