Lines Matching defs:no
723 int no;737 no = 0;739 no = *src++ - '0';741 no = -1;742 if (no < 0) { /* Ordinary character. */748 } else if (match[no].rm_so != -1 && match[no].rm_eo != -1) {749 len = (size_t)(match[no].rm_eo - match[no].rm_so);751 memmove(dst, string + match[no].rm_so, len);