Lines Matching refs:suppress
81 int suppress = FALSE; in xxxcopylet() local
257 if ((n > 0) && !suppress) { in xxxcopylet()
271 dumprcv(type, htype,&didrcvlines,&suppress,f); in xxxcopylet()
272 dumpaff(type, htype,&didafflines,&suppress,f); in xxxcopylet()
280 dumprcv(type, -1,&didrcvlines,&suppress,f); in xxxcopylet()
281 dumpaff(type, -1,&didafflines,&suppress,f); in xxxcopylet()
296 sav_suppress = suppress; in xxxcopylet()
297 suppress = FALSE; in xxxcopylet()
306 suppress = sav_suppress; in xxxcopylet()
330 dumprcv(type, htype,&didrcvlines,&suppress,f); in xxxcopylet()
331 dumpaff(type, htype,&didafflines,&suppress,f); in xxxcopylet()