Searched refs:re1 (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/ucbcmd/sed/ |
H A D | sed0.c | 314 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() 324 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp() 334 rep->r1.re1 = p; in fcomp() 335 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp() 420 rep->r1.re1 = p; in fcomp() 421 if ((p = text(rep->r1.re1, &respace[RESIZE-1])) == NULL) in fcomp() 447 rep->r1.re1 = p; in fcomp() 448 p = comple((char *) 0, rep->r1.re1, &respace[RESIZE-1], sseof); in fcomp() [all …]
|
H A D | sed1.c | 246 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 D | sed.h | 108 char *re1; member
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | rebrackloc.ok | 1 re1.1 1 New 2 re1.2 1 XYZ
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 4372 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 D | system-test-utiltest.p5m | 262 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
|