HomeSort by relevance Sort by last modified time
    Searched refs:skelfile (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
main.c 63 FILE *skelfile = NULL; variable
301 if ( skelname && (skelfile = fopen( skelname, "r" )) == NULL )
358 if ( skelfile != NULL )
360 if ( ferror( skelfile ) )
364 else if ( fclose( skelfile ) )
misc.c 774 * Copies skelfile or skel array to stdout until a line beginning with
783 /* Loop pulling lines either from the skelfile, if we're using
786 while ( skelfile ?
787 (fgets( buf, MAXLINE, skelfile ) != NULL) :
817 if ( skelfile )
flexdef.h 404 * skelfile - the skeleton file
406 * skel_ind - index into "skel" array, if skelfile is nil
431 extern FILE *skelfile, *yyin, *backing_up_file;
    [all...]

Completed in 2296 milliseconds