HomeSort by: relevance | last modified time | path
    Searched refs:parser_state (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/indent/
debug.c 157 struct parser_state prev_ps;
291 void (*to_string)(struct buffer *, const struct parser_state *))
309 ps_di_stack_to_string(struct buffer *buf, const struct parser_state *s)
322 ps_paren_to_string(struct buffer *buf, const struct parser_state *s)
336 ps_psyms_to_string(struct buffer *buf, const struct parser_state *s)
indent.h 303 extern struct parser_state { struct
464 void ps_psyms_to_string(struct buffer *, const struct parser_state *);
467 void parser_state_back_up(struct parser_state *);
468 void parser_state_free(struct parser_state *);
indent.c 73 struct parser_state ps;
85 struct parser_state *item;
484 parser_state_back_up(struct parser_state *dst)
494 parser_state_restore(const struct parser_state *src)
516 parser_state_free(struct parser_state *pst)

Completed in 36 milliseconds