HomeSort by: relevance | last modified time | path
    Searched defs:listfp (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/microcode/siop/
ncr53cxxx.c 299 FILE *listfp; variable in typeref:typename:FILE *
407 listfp = fopen (listfile, "w");
426 if (listfp)
427 fprintf (listfp, "%3d: %s", lineno, inbuf);
434 fprintf (listfp, " %d tokens\n", ntokens);
436 fprintf (listfp, " %d: ", i);
438 fprintf (listfp,"'%c'\n", tokens[i].type);
440 fprintf (listfp, "%s\n", tokens[i].name);
539 if (nsymbols == 0 || listfp == NULL)
541 fprintf (listfp, "\n\nValue Type Symbol\n")
    [all...]
ncr53cxxx.c 299 FILE *listfp; variable in typeref:typename:FILE *
407 listfp = fopen (listfile, "w");
426 if (listfp)
427 fprintf (listfp, "%3d: %s", lineno, inbuf);
434 fprintf (listfp, " %d tokens\n", ntokens);
436 fprintf (listfp, " %d: ", i);
438 fprintf (listfp,"'%c'\n", tokens[i].type);
440 fprintf (listfp, "%s\n", tokens[i].name);
539 if (nsymbols == 0 || listfp == NULL)
541 fprintf (listfp, "\n\nValue Type Symbol\n")
    [all...]
ncr53cxxx.c 299 FILE *listfp; variable in typeref:typename:FILE *
407 listfp = fopen (listfile, "w");
426 if (listfp)
427 fprintf (listfp, "%3d: %s", lineno, inbuf);
434 fprintf (listfp, " %d tokens\n", ntokens);
436 fprintf (listfp, " %d: ", i);
438 fprintf (listfp,"'%c'\n", tokens[i].type);
440 fprintf (listfp, "%s\n", tokens[i].name);
539 if (nsymbols == 0 || listfp == NULL)
541 fprintf (listfp, "\n\nValue Type Symbol\n")
    [all...]
ncr53cxxx.c 299 FILE *listfp; variable in typeref:typename:FILE *
407 listfp = fopen (listfile, "w");
426 if (listfp)
427 fprintf (listfp, "%3d: %s", lineno, inbuf);
434 fprintf (listfp, " %d tokens\n", ntokens);
436 fprintf (listfp, " %d: ", i);
438 fprintf (listfp,"'%c'\n", tokens[i].type);
440 fprintf (listfp, "%s\n", tokens[i].name);
539 if (nsymbols == 0 || listfp == NULL)
541 fprintf (listfp, "\n\nValue Type Symbol\n")
    [all...]

Completed in 43 milliseconds