Home
last modified time | relevance | path

Searched refs:in_or_st (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/indent/
H A Dindent.c160 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()
H A Dindent_globs.h264 int in_or_st; /* Will be true iff there has been a member
H A Dlexi.c497 if (state->in_or_st) in lexi()