Lines Matching refs:variable
22 printf("Binding variable...\n");
46 printf("Binding value and not variable...\n");
68 printf("Binding variable which references another variable...\n");
93 printf("Binding a variable and a value...\n");
121 …printf("Binding a variable to two placeholders and changing the variable value in between the bind…
122 // variable value change shall have no impact
162 printf("Binding variable...\n");
186 printf("Binding value and not variable...\n");
208 printf("Binding variable which references another variable...\n");
233 printf("Binding a variable and a value...\n");
261 …printf("Binding a variable to two placeholders and changing the variable value in between the bind…
262 // variable value change shall have no impact
305 Binding variable...
308 Binding value and not variable...
311 Binding variable which references another variable...
314 Binding a variable and a value...
317 Binding a variable to two placeholders and changing the variable value in between the binds...
321 Binding variable...
324 Binding value and not variable...
327 Binding variable which references another variable...
330 Binding a variable and a value...
333 Binding a variable to two placeholders and changing the variable value in between the binds...