Searched refs:setwd (Results 1 – 3 of 3) sorted by relevance
48 static SetWordType *setwd = NULL; variable93 if ( setwd == NULL ) in NewSetWd()95 setwd = (SetWordType *) calloc(TokenNum, sizeof(SetWordType)); in NewSetWd()96 require(setwd!=NULL, "NewSetWd: cannot alloc set wd\n"); in NewSetWd()98 for (p = setwd; p<&(setwd[TokenNum]); p++) {*p=0;} in NewSetWd()123 if ( setwd==NULL ) return; in DumpSetWdForC()132 fprintf(ErrFile, "0x%x", setwd[i]); in DumpSetWdForC()149 if ( setwd==NULL ) return; in DumpSetWdForCC()159 fprintf(Parser_c, "0x%x", setwd[i]); in DumpSetWdForCC()195 setwd[e] |= mask;
545 #232. (Changed in MR20) Make setwd bit vectors protected in parser.h547 The access for the setwd array in the parser header was not
1221 #232. (Changed in MR20) Make setwd bit vectors protected in parser.h1223 The access for the setwd array in the parser header was not