OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntokens
(Results
1 - 1
of
1
) 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
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025