buf.c (fd0e1c252bff0fc46b931dc56bf10890254679ee) | buf.c (46be34b90213ebd9037cb2c24aec0009d7f2f5c1) |
---|---|
1/* buf.c: This file contains the scratch-file buffer rountines for the | 1/* buf.c: This file contains the scratch-file buffer routines for the |
2 ed line editor. */ 3/*- 4 * Copyright (c) 1993 Andrew Moore, Talke Studio. 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions 9 * are met: --- 16 unchanged lines hidden (view full) --- 26 * SUCH DAMAGE. 27 */ 28 29#ifndef lint 30#if 0 31static char * const rcsid = "@(#)buf.c,v 1.4 1994/02/01 00:34:35 alm Exp"; 32#else 33static char * const rcsid = | 2 ed line editor. */ 3/*- 4 * Copyright (c) 1993 Andrew Moore, Talke Studio. 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions 9 * are met: --- 16 unchanged lines hidden (view full) --- 26 * SUCH DAMAGE. 27 */ 28 29#ifndef lint 30#if 0 31static char * const rcsid = "@(#)buf.c,v 1.4 1994/02/01 00:34:35 alm Exp"; 32#else 33static char * const rcsid = |
34 "$Id: buf.c,v 1.14 1997/10/09 11:05:16 eivind Exp $"; | 34 "$Id: buf.c,v 1.15 1997/12/31 12:25:33 helbig Exp $"; |
35#endif 36#endif /* not lint */ 37 38#include <sys/file.h> 39#include <sys/stat.h> 40 41#include "ed.h" 42 --- 258 unchanged lines hidden --- | 35#endif 36#endif /* not lint */ 37 38#include <sys/file.h> 39#include <sys/stat.h> 40 41#include "ed.h" 42 --- 258 unchanged lines hidden --- |