Lines Matching full:suppress
80 int suppress = FALSE; in xxxcopylet() local
81 int sav_suppress = FALSE; /* Did we suppress previous hdr line? */ in xxxcopylet()
255 if ((n > 0) && !suppress) { in xxxcopylet()
269 dumprcv(type, htype,&didrcvlines,&suppress,f); in xxxcopylet()
270 dumpaff(type, htype,&didafflines,&suppress,f); in xxxcopylet()
278 dumprcv(type, -1,&didrcvlines,&suppress,f); in xxxcopylet()
279 dumpaff(type, -1,&didafflines,&suppress,f); in xxxcopylet()
294 sav_suppress = suppress; in xxxcopylet()
295 suppress = FALSE; in xxxcopylet()
303 suppress = sav_suppress; in xxxcopylet()
327 dumprcv(type, htype,&didrcvlines,&suppress,f); in xxxcopylet()
328 dumpaff(type, htype,&didafflines,&suppress,f); in xxxcopylet()