Home | History | Annotate | Download | only in test_g2g

Lines Matching defs:file

7  *  you may not use this file except in compliance with the License.         *
64 pfprintf(PSTDOUT,"<basefilename> can be a file.g2g or @g2gfilelist\n");
65 pfprintf(PSTDOUT,"[-checkword id] .. also checks word id in the file\n");
107 /* Set ANSI file-system as default file-system */
200 FILE* fp;
479 FILE* fp;
481 char **files = 0, *file;
502 file = files[i++] = CALLOC(strlen(line)+1,sizeof(char),__FILE__);
503 strcpy( file, line);