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