Lines Matching defs:in
7 ansi2knr is distributed in the hope that it will be useful, but WITHOUT ANY
10 works at all, unless he says so in writing. Refer to the GNU General Public
14 but only under the conditions described in the GPL. A copy of this license
16 your rights and responsibilities. It should be in a file named COPYLEFT,
24 with another program, this in itself does not bring the other program under
33 * --filename provides the file name for the #line directive in the output,
62 * <ghost@aladdin.com>. Other authors are noted in the change history
63 * that follows (in reverse chronological order):
69 - the check for \ + newline in scanstring was unnecessary.
91 lpd 1999-01-28 fixed two bugs: a '/' in an argument list caused an
116 including ansi2knr in a program does not bring the entire
125 properly erase prototype args in function parameters,
127 correct error in writeblanks (it shouldn't erase EOLs)
174 malloc and free should be declared in stdlib.h,
201 # undef HAVE_ISASCII /* just in case */
233 { FILE *in = stdin;
245 * In previous versions, ansi2knr recognized a --varargs switch.
288 in = fopen(argv[1], "r");
289 if ( in == NULL ) {
309 while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL )
322 if ( fgets(line, (unsigned)(buf + bufsize - line), in) == NULL )
370 if ( in != stdin )
371 fclose(in);
411 * in either direction.
434 /* Scan over a quoted string, in either direction. */
461 * Test whether the string in buf is a function definition.