Home
last modified time | relevance | path

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

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlispbibl.d1730 #define dotimespW_(countvar_from_dotimespW,count_from_dotimespW,statement_from_dotimespW) \ argument
1732 do {statement_from_dotimespW} while ((sintW)--countvar_from_dotimespW != -1); \
1742 #define dotimespW_(countvar_from_dotimespW,count_from_dotimespW,statement_from_dotimespW) \ argument
1744 do {statement_from_dotimespW} while ((sintW)(--countvar_from_dotimespW)+1 != 0); \
1753 #define dotimespW_(countvar_from_dotimespW,count_from_dotimespW,statement_from_dotimespW) \ argument
1755 do {statement_from_dotimespW} while (--countvar_from_dotimespW != 0); \
1802 #define dotimespW(countvar_from_dotimespW,count_from_dotimespW,statement_from_dotimespW) \ argument
1804 dotimespW_(countvar_from_dotimespW,count_from_dotimespW,statement_from_dotimespW); \