Searched refs:in_or_st (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/indent/
H A Dindent.c142 ps.in_or_st = false;
533 if (ps.in_or_st && *token == '(' && ps.tos <= 2) {
540 ps.in_or_st = false; /* turn off flag for structure decl or
678 if (ps.in_or_st) {
702 ps.in_or_st = false;/* we are not in an initialization or
765 else if (ps.in_parameter_declaration && !ps.in_or_st) {
791 if (ps.in_decl && ps.in_or_st) { /* this is either a structure
909 ps.in_or_st = true; /* this might be a structure or initialization
912 if ( /* !ps.in_or_st && */ ps.dec_nest <= 0)
H A Dindent_globs.h250 int in_or_st; /* Will be true iff there has been a member in struct:parser_state

Completed in 96 milliseconds