Home
last modified time | relevance | path

Searched defs:parser_state (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/usr.bin/indent/
H A Dindent_globs.h243 struct parser_state { struct
244 int last_token;
245 int p_stack[STACKSIZE]; /* this is the parsers stack */
248 int box_com; /* set to true when we are in a "boxed"
266 int in_or_st; /* Will be true iff there has been a
272 int col_1; /* set to true if the last token started in
274 int com_col; /* this is the column in which the current
286 int in_stmt; /* set to 1 while in a stmt */
287 int ind_level; /* the current indentation level */
295 int out_lines; /* the number of lines written, set by
[all …]