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

  /src/sys/dev/microcode/siop/
ncr53cxxx.c 51 int tokenix; variable in typeref:typename:int
446 tokenix += 2;
448 if (tokenix < ntokens)
561 ntokens = tokenix = 0;
597 if (tokens[tokenix].type) {
600 tokens[tokenix].type);
604 if (strcmpi (directives[i].name, tokens[tokenix].name) == 0)
610 tokens[tokenix].name);
615 fprintf (errfp, "No function for directive \"%s\"\n", tokens[tokenix].name);
620 ++tokenix;
    [all...]
ncr53cxxx.c 51 int tokenix; variable in typeref:typename:int
446 tokenix += 2;
448 if (tokenix < ntokens)
561 ntokens = tokenix = 0;
597 if (tokens[tokenix].type) {
600 tokens[tokenix].type);
604 if (strcmpi (directives[i].name, tokens[tokenix].name) == 0)
610 tokens[tokenix].name);
615 fprintf (errfp, "No function for directive \"%s\"\n", tokens[tokenix].name);
620 ++tokenix;
    [all...]

Completed in 26 milliseconds