Home
last modified time | relevance | path

Searched refs:countvar_from_dotimespL (Results 1 – 1 of 1) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlispbibl.d1769 #define dotimespL_(countvar_from_dotimespL,count_from_dotimespL,statement_from_dotimespL) \ argument
1770 { countvar_from_dotimespL = (count_from_dotimespL)-1; \
1771 do {statement_from_dotimespL} while ((sintL)(--countvar_from_dotimespL) != -1); \
1780 #define dotimespL_(countvar_from_dotimespL,count_from_dotimespL,statement_from_dotimespL) \ argument
1781 { countvar_from_dotimespL = (count_from_dotimespL); \
1782 do {statement_from_dotimespL} while (--countvar_from_dotimespL != 0); \
1810 #define dotimespL(countvar_from_dotimespL,count_from_dotimespL,statement_from_dotimespL) \ argument
1811 do { dotimes_check_sizeof(countvar_from_dotimespL,uintL); \
1812 dotimespL_(countvar_from_dotimespL,count_from_dotimespL,statement_from_dotimespL); \