Lines Matching defs:unusable
3615 int unusableMask = 0; /* Mask of unusable constraints */
3657 "first argument to \"generate_series()\" missing or unusable");
3663 ** are unusable constraints on any of start, stop, or step then
3664 ** this plan is unusable */
5530 int seenPath = 0; /* True if an unusable PATH= constraint is seen */
5531 int seenDir = 0; /* True if an unusable DIR= constraint is seen */
5560 /* If input parameters are unusable, disallow this plan */
8159 int unusable = 0;
8165 unusable = 1;
8175 }else if( unusable ){