Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/indent/
HDindent.c167 ps.in_or_st = false; in main()
611 if (ps.in_or_st && *token == '(' && ps.tos <= 2) { in main()
618 ps.in_or_st = false; /* turn off flag for structure decl or in main()
729 if (ps.in_or_st) { in main()
760 ps.in_or_st = false;/* we are not in an initialization or in main()
824 else if (ps.in_parameter_declaration && !ps.in_or_st) { in main()
850 if (ps.in_decl && ps.in_or_st) { /* this is either a structure in main()
981 ps.in_or_st = true; /* this might be a structure or initialization in main()
HDindent_globs.h266 int in_or_st; /* Will be true iff there has been a member
HDlexi.c503 if (state->in_or_st) in lexi()