Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed0.c314 rep->r1.re1 = p; in fcomp()
315 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp()
323 rep->r1.re1 = p; in fcomp()
334 rep->r1.re1 = p; in fcomp()
420 rep->r1.re1 = p; in fcomp()
447 rep->r1.re1 = p; in fcomp()
449 if(p == rep->r1.re1) { in fcomp()
451 rep->r1.re1 = op; in fcomp()
455 op = rep->r1.re1; in fcomp()
554 rep->r1.re1 = p; in fcomp()
[all …]
H A Dsed1.c246 if(match(ipc->r1.re1, 0) == 0) return(0); in substitute()
254 if(match(ipc->r1.re1, 1) == 0) break; in substitute()
348 for(p1 = ipc->r1.re1; *p1; ) in command()
417 for(p1 = ipc->r1.re1; *p1; ) in command()
594 p2 = ipc->r1.re1; in command()
740 for(p1 = (*aptr)->r1.re1; *p1; ) in arout()
744 if((fi = fopen((*aptr)->r1.re1, "r")) == NULL) in arout()
H A Dsed.h108 char *re1; member
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Drebrackloc.ok1 re1.1 1 New
2 re1.2 1 XYZ
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4372 regex_t re1; in recurse_dev_re() local
4394 if (regcomp(&re1, anchored_path_re, REG_EXTENDED) != 0) { in recurse_dev_re()
4403 if (regexec(&re1, fp, 0, NULL, 0) == 0) { in recurse_dev_re()
4423 regfree(&re1); in recurse_dev_re()
5593 regex_t re1; in match_path_component() local
5607 if (regcomp(&re1, file_re, REG_EXTENDED) != 0) { in match_path_component()
5614 if (regexec(&re1, file, nelements, pmatch, 0) == 0) { in match_path_component()
5628 regfree(&re1); in match_path_component()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m262 file path=opt/util-tests/tests/awk/examples/awk/t.re1 mode=0444
487 file path=opt/util-tests/tests/awk/examples/out/t.re1 mode=0444