Searched defs:indent_s (Results 1 – 14 of 14) sorted by relevance
71 typedef struct indent_s { struct75 struct indent_s *next; // next indent on the indent stack argument
84 typedef struct indent_s struct89 struct indent_s *next; //next indent on the indent stack argument
71 typedef struct indent_s struct76 struct indent_s *next; //next indent on the indent stack argument
86 typedef struct indent_s struct91 struct indent_s *next; //next indent on the indent stack argument
87 typedef struct indent_s struct92 struct indent_s *next; //next indent on the indent stack argument
95 typedef struct indent_s struct100 struct indent_s *next; //next indent on the indent stack argument
46 indent_s(const char *s) in indent_s() function