Home | History | Annotate | Download | only in regexp

Lines Matching defs:no

12  *		this software, no matter how awful, even if they arise
50 int no;
67 no = 0;
69 no = *src++ - '0';
71 no = -1;
72 if (no < 0) { /* Ordinary character. */
76 } else if (prog->startp[no] != NULL && prog->endp[no] != NULL) {
77 len = prog->endp[no] - prog->startp[no];
78 (void) strncpy(dst, prog->startp[no], (size_t)len);