Searched refs:re1 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed0.c315 rep->r1.re1 = p;
316 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL)
324 rep->r1.re1 = p;
325 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL)
335 rep->r1.re1 = p;
336 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL)
421 rep->r1.re1 = p;
422 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL)
448 rep->r1.re1 = p;
449 p = comple((char *) 0, rep->r1.re1,
[all...]
H A Dsed.h111 char *re1; member in struct:reptr::reptr1
H A Dsed1.c248 if(match(ipc->r1.re1, 0) == 0) return(0);
256 if(match(ipc->r1.re1, 1) == 0) break;
350 for(p1 = ipc->r1.re1; *p1; )
419 for(p1 = ipc->r1.re1; *p1; )
596 p2 = ipc->r1.re1;
743 for(p1 = (*aptr)->r1.re1; *p1; )
747 if((fi = fopen((*aptr)->r1.re1, "r")) == NULL)
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4360 regex_t re1; local
4382 if (regcomp(&re1, anchored_path_re, REG_EXTENDED) != 0) {
4391 if (regexec(&re1, fp, 0, NULL, 0) == 0) {
4411 regfree(&re1);
5580 regex_t re1; local
5594 if (regcomp(&re1, file_re, REG_EXTENDED) != 0) {
5601 if (regexec(&re1, file, nelements, pmatch, 0) == 0) {
5615 regfree(&re1);

Completed in 190 milliseconds