Home | History | Annotate | Download | only in ex

Lines Matching defs:no

177 	 * entire RE.  No handling of & is required here, it's done by
594 * is empty, ignore the match and move forward. If there's no
870 msgq(sp, M_ERR, "157|No match found");
972 * for now. There's just no other solution.
1336 int no; /* Match replacement offset. */
1396 no = 0;
1408 no = 0;
1414 no = *rp++ - '0';
1415 subzero: if (match[no].rm_so == -1 ||
1416 match[no].rm_eo == -1)
1418 mlen = match[no].rm_eo - match[no].rm_so;
1419 for (t = ip + match[no].rm_so; mlen--; ++t)