Searched refs:in_or_st (Results 1 – 3 of 3) sorted by relevance
160 ps.in_or_st = false; in main()604 if (ps.in_or_st && *token == '(' && ps.tos <= 2) { in main()611 ps.in_or_st = false; /* turn off flag for structure decl or in main()722 if (ps.in_or_st) { in main()753 ps.in_or_st = false;/* we are not in an initialization or in main()817 else if (ps.in_parameter_declaration && !ps.in_or_st) { in main()843 if (ps.in_decl && ps.in_or_st) { /* this is either a structure in main()974 ps.in_or_st = true; /* this might be a structure or initialization in main()
264 int in_or_st; /* Will be true iff there has been a member
497 if (state->in_or_st) in lexi()