Home | History | Annotate | Download | only in indent

Lines Matching refs:stmt

11 	do stmt(); while (0);
12 do { stmt(); } while (0);
13 do /* comment */ stmt(); while (0);
22 stmt();
25 stmt();
28 stmt();
36 if (cond) do stmt; while (cond); stmt;
44 stmt;
47 stmt;