Home | History | Annotate | Download | only in preprocessor

Lines Matching defs:atom

268     int atom,depth=0;
285 atom = yylvalpp->sc_ident;
286 if (atom == ifAtom || atom == ifdefAtom || atom == ifndefAtom){
290 else if (atom == endifAtom) {
301 if (atom == elseAtom ) {
315 else if (atom == elifAtom) {
325 else if((atom==elseAtom) && (!ChkCorrectElseNesting())){
839 int atom = 0;
845 atom = LookUpAddString(atable, name);
846 symbol = AddSymbol(&location, macros, atom, MACRO_S);
927 ** check an identifier (atom) to see if it a macro that should be expanded.
932 int MacroExpand(int atom, yystypepp * yylvalpp)
934 Symbol *sym = LookUpSymbol(macros, atom);
938 if (atom == __LINE__Atom) {
944 if (atom == __FILE__Atom) {
950 if (atom == __VERSION__Atom) {
968 yylvalpp->sc_ident = atom;
981 StoreStr(GetStringOfAtom(atable,atom));
1005 StoreStr(GetStringOfAtom(atable,atom));
1019 StoreStr(GetStringOfAtom(atable,atom));
1026 StoreStr(GetStringOfAtom(atable,atom));
1037 loc.line, GetAtomString(atable, atom));