Lines Matching defs:tuple
296 test_tuples *tuple = &tuples[i];
297 if (tuple->col >= 0)
299 long long val = (!call ? tuple->val : calc ((*tests)->macro, -1,
300 tuple->row, tuple->col));
301 long long check = tuple->check;
304 fprintf (stderr, "%s:%d:", (*tests)->file, tuple->line);
306 if (tuple->row >= 0)
307 fprintf (stderr, " (%d, %d)", tuple->row, tuple->col);
309 fprintf (stderr, " (%d)", tuple->col);