Lines Matching defs:seen
3614 int bStartSeen = 0; /* EQ constraint seen on the START column */
4183 /* A backslash character has been seen, read the next character and
5530 int seenPath = 0; /* True if an unusable PATH= constraint is seen */
5531 int seenDir = 0; /* True if an unusable DIR= constraint is seen */
5780 #define COMPLETION_COLUMN_WHOLELINE 2 /* Entire line seen so far */
9462 ** seen. The objects are stored in a singly-linked list beginning at
10816 double nRow; /* Number of rows seen */
15552 int nErr; /* Number of errors seen */
18457 int nPK = 0; /* Number of PRIMARY KEY columns seen */
18499 /* If a single PRIMARY KEY column with type INTEGER was seen, then it
20038 ** Try to transfer data for table zTable. If an error is seen while
20457 int seen;
20488 seen = 0;
20498 if( c==']' ) seen = 1;
20504 if( c>=prior_c && c<=c2 ) seen = 1;
20508 seen = 1;
20514 if( c2==0 || (seen ^ invert)==0 ) return 0;
24323 int nErr = 0; /* Number of errors seen */
25492 int errCnt = 0; /* Number of errors seen */