HomeSort by: relevance | last modified time | path
    Searched refs:ntokens (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/microcode/siop/
ncr53cxxx.c 50 int ntokens; variable in typeref:typename:int
430 if (ntokens) {
434 fprintf (listfp, " %d tokens\n", ntokens);
435 for (i = 0; i < ntokens; ++i) {
443 if (ntokens >= 2 && tokens[0].type == 0 &&
448 if (tokenix < ntokens)
561 ntokens = tokenix = 0;
567 if (ntokens >= MAXTOKENS) {
581 tokens[ntokens].name = malloc (strlen (string) + 1);
582 strcpy (tokens[ntokens].name, string)
    [all...]
ncr53cxxx.c 50 int ntokens; variable in typeref:typename:int
430 if (ntokens) {
434 fprintf (listfp, " %d tokens\n", ntokens);
435 for (i = 0; i < ntokens; ++i) {
443 if (ntokens >= 2 && tokens[0].type == 0 &&
448 if (tokenix < ntokens)
561 ntokens = tokenix = 0;
567 if (ntokens >= MAXTOKENS) {
581 tokens[ntokens].name = malloc (strlen (string) + 1);
582 strcpy (tokens[ntokens].name, string)
    [all...]

Completed in 22 milliseconds