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

/freebsd-current/usr.bin/indent/
H A Dindent.c160 ps.in_or_st = false;
604 if (ps.in_or_st && *token == '(' && ps.tos <= 2) {
611 ps.in_or_st = false; /* turn off flag for structure decl or
722 if (ps.in_or_st) {
753 ps.in_or_st = false;/* we are not in an initialization or
817 else if (ps.in_parameter_declaration && !ps.in_or_st) {
843 if (ps.in_decl && ps.in_or_st) { /* this is either a structure
974 ps.in_or_st = true; /* this might be a structure or initialization
977 if ( /* !ps.in_or_st && */ ps.dec_nest <= 0)
H A Dindent_globs.h264 int in_or_st; /* Will be true iff there has been a member in struct:parser_state

Completed in 78 milliseconds