Lines Matching defs:used
142 ** object. Only used if type==NONTERMINAL */
179 COMPLETE, /* The status is used during followset and */
320 /* Routines used for efficiency in Configlist_add */
405 int nAction; /* Number of used slots in aAction[] */
678 in a nonterminal of the grammar. \"%s\" will be used as the start \
714 ** The returned pointer to the first state is not used. */
785 if( cfp->status==COMPLETE ) continue; /* Already used by inner loop */
794 if( bcfp->status==COMPLETE ) continue; /* Already used */
798 bcfp->status = COMPLETE; /* Mark this config as used */
835 ** links are used in the follow-set computation. */
939 ** Figure out which one should be used */
1059 /* The configuration "old" is no longer used */
1310 ** is used mostly by the "MemoryCheck" macro in struct.h
1431 ** omitted if the "-m" option is used because makeheaders will
1460 ** second element of the linked list. This address is used to compute
2935 char lhsused = 0; /* True if the LHS element has been used */
2936 char used[MAXRHS]; /* True for each RHS element which is used */
2938 for(i=0; i<rp->nrhs; i++) used[i] = 0;
2959 used[i] = 1;
2973 /* Check to make sure the LHS has been used */
2976 "Label \"%s\" for \"%s(%s)\" is never used.",
2981 /* Generate destructor code for RHS symbols which are not used in the
2984 if( rp->rhsalias[i] && !used[i] ){
2986 "Label %s for \"%s(%s)\" is never used.",
3004 ** Print the definition of the union used for the parser's data stack.
3048 ** used for terminal symbols. If there is no %default_type defined then
3049 ** 0 is also used as the .dtnum value for nonterminals which do not specify
3140 ** of the following structure. An array of these structures is used
3309 ** sets first is used.
3461 ** rule in the rule set of the grammer. This information is used