1: /* Copyright (c) 1979 Regents of the University of California */
   2: 
   3: static char sccsid[] = "@(#)BUFF.c 1.3 12/9/81";
   4: 
   5: #include "h00vars.h"
   6: 
   7: extern char _sobuf[];
   8: 
   9: BUFF(amount)
  10: 
  11:     long        amount;
  12: {
  13:     struct iorec    *curfile;
  14: 
  15:     curfile = OUTPUT;
  16:     if (amount == 0)
  17:         setbuf(ACTFILE(curfile), 0);
  18:     else if (amount == 2)
  19:         setbuf(ACTFILE(curfile), _sobuf);
  20: }

Defined functions

BUFF defined in line 9; used 1 times

Defined variables

sccsid defined in line 3; never used
Last modified: 1983-02-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 761
Valid CSS Valid XHTML 1.0 Strict