Home
last modified time | relevance | path

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

/titanic_44/usr/src/ucbcmd/sed/
H A Dsed0.c315 rep->r1.re1 = p; in fcomp()
316 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
324 rep->r1.re1 = p; in fcomp()
325 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
335 rep->r1.re1 = p; in fcomp()
336 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
421 rep->r1.re1 = p; in fcomp()
422 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
448 rep->r1.re1 = p; in fcomp()
449 p = comple((char *) 0, rep->r1.re1, &respace[RESIZE-1], sseof); in fcomp()
[all …]
H A Dsed1.c248 if(match(ipc->r1.re1, 0) == 0) return(0); in substitute()
256 if(match(ipc->r1.re1, 1) == 0) break; in substitute()
350 for(p1 = ipc->r1.re1; *p1; ) in command()
419 for(p1 = ipc->r1.re1; *p1; ) in command()
596 p2 = ipc->r1.re1; in command()
743 for(p1 = (*aptr)->r1.re1; *p1; ) in arout()
747 if((fi = fopen((*aptr)->r1.re1, "r")) == NULL) in arout()
H A Dsed.h111 char *re1; member
/titanic_44/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4359 regex_t re1; in recurse_dev_re() local
4381 if (regcomp(&re1, anchored_path_re, REG_EXTENDED) != 0) { in recurse_dev_re()
4390 if (regexec(&re1, fp, 0, NULL, 0) == 0) { in recurse_dev_re()
4410 regfree(&re1); in recurse_dev_re()
5579 regex_t re1; in match_path_component() local
5593 if (regcomp(&re1, file_re, REG_EXTENDED) != 0) { in match_path_component()
5600 if (regexec(&re1, file, nelements, pmatch, 0) == 0) { in match_path_component()
5614 regfree(&re1); in match_path_component()