]> pd.if.org Git - pdutils/blob - utils/sh/parser.h
775e6e36138572b9eccc03661d5451e5ae10c339
[pdutils] / utils / sh / parser.h
1 struct parser_state {
2         int casewords;
3         int incase;
4         int linebreak;
5 };