Searched defs:Index (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/tests/cdt/
H A Dtevent.c23 static int Index; variable
27 if(Index >= sizeof(Event)/sizeof(Event[0]))
28 Index = 0;
29 Event[Index++] = type;
45 Index = 0;
/ast/src/lib/libodelta/
H A Dmtchstring.c74 static char *Cursrc = 0, ***Index = 0; local
81 freemem(N_index,Index);
103 if(!(Index = (char ***) malloc(ALPHA*sizeof(char**))))
112 ind = Index[i];
121 Index[i] = ind;
130 freemem(N_index,Index);
132 Index = 0;
142 ind = Alloced ? Index[i] : (char**)0;

Completed in 10 milliseconds