Home | History | Annotate | Download | only in Support

Lines Matching defs:no

26  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
332 case ')': /* happens only if no current unmatched ( */
417 return; /* no repetition, we're done */
472 - p_str - string (no metacharacters) "parser"
658 * no set operations are done.
892 static char /* if no counterpart, return ch */
1060 int no = p->g->ncsets++;
1067 if (no >= p->ncsalloc) { /* need another column of space */
1085 for (i = 0; i < no; i++)
1094 cs = &p->g->sets[no];
1095 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT);
1096 cs->mask = 1 << ((no) % CHAR_BIT);
1153 break; /* no */
1169 static int /* character; there is no "none" value */