Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 98) sorted by relevance

1234

/original-bsd/usr.bin/ex/
H A Dex_re.h31 var struct regexp re; /* Last re */ variable
39 #define expbuf re.Expbuf
40 #define circfl re.Circfl
41 #define nbra re.Nbra
47 #define savere(a) copy(&a, &re, sizeof (struct regexp))
48 #define resre(a) copy(&re, &a, sizeof (struct regexp))
/original-bsd/lib/libc/locale/
H A Drune.c220 if (c < re->min)
222 if (c <= re->max) {
223 if (re->types)
224 return(re->types[c - re->min]);
226 return(re->map);
243 if (c < re->min)
245 if (c <= re->max)
246 return(re->map + c - re->min);
262 if (c < re->min)
264 if (c <= re->max)
[all …]
/original-bsd/lib/libcompat/regexp/
H A Dtimer.c34 char *re, *str, *ans, *src, *dst; member
68 one.re = argv[4];
119 for (i = 0; tests[i].re != NULL; i++) {
134 r = regcomp(fields.re);
137 complain("regcomp failure in `%s'", fields.re);
141 complain("unexpected regcomp success in `%s'", fields.re);
147 r = regcomp(fields.re);
H A DREADME70 if you want blazing speed you're in the wrong place. Replacing the insides
72 you're going to have to do a lot more work. But if you want to use regular
73 expressions a little bit in something else, you're in luck. Note that many
75 so you're in good company.
78 If your chars have less than 8 bits, you're going to have to change the
/original-bsd/usr.bin/tn3270/api/
H A Dtest.c75 ReadOiaGroupParms re; in main() local
148 re.rc = re.function_id = 0; in main()
149 re.session_id = session_id; in main()
150 re.oia_buffer = (char far *) &oia; in main()
151 re.oia_group_number = API_OIA_ALL_GROUPS; in main()
152 if (api_read_oia_group(&re) == -1) { in main()
/original-bsd/old/regexp/
H A Dregexp.c100 convexp(re) in convexp() argument
101 char *re; /* unconverted irregular expression */ in convexp()
106 if (re == NIL)
108 if (*re == '\0')
110 cre = malloc (4 * strlen(re) + 3);
112 ure = re;
297 expmatch (s, re, mstring) in expmatch() argument
299 register char *re; /* a converted irregular expression */
307 if (re == NIL)
309 cs = re;
/original-bsd/usr.bin/vgrind/
H A Dregexp.c124 convexp(re) in convexp() argument
125 char *re; /* unconverted irregular expression */ in convexp()
130 if (re == NIL)
132 if (*re == '\0')
134 cre = malloc (4 * strlen(re) + 3);
136 ure = re;
321 expmatch (s, re, mstring) in expmatch() argument
323 register char *re; /* a converted irregular expression */
331 if (re == NIL)
333 cs = re;
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dconv.c543 realvalue re, im; local
572 re.q.word1 = rp[0];
573 re.q.word2 = rp[1];
576 if (((re.f.sign == 0 || re.f.exp != 0) &&
577 (re.d < *minp || re.d > *maxp)) ||
591 if (re.f.sign == 1 && re.f.exp == 0)
592 re.q.word2 = 0;
595 x = re.d;
596 re.d = x;
606 rp[0] = re.q.word1;
[all …]
/original-bsd/usr.bin/f77/pass1.vax/
H A Dconv.c562 realvalue re, im; local
591 re.q.word1 = rp[0];
592 re.q.word2 = rp[1];
595 if (((re.f.sign == 0 || re.f.exp != 0) &&
596 (re.d < *minp || re.d > *maxp)) ||
610 if (re.f.sign == 1 && re.f.exp == 0)
611 re.q.word2 = 0;
614 x = re.d;
615 re.d = x;
625 rp[0] = re.q.word1;
[all …]
/original-bsd/usr.bin/mklocale/
H A Dyacc.y576 _RuneEntry re; in dump_tables() local
578 re.min = htonl(list->min); in dump_tables()
579 re.max = htonl(list->max); in dump_tables()
580 re.map = htonl(list->map); in dump_tables()
582 if (fwrite((char *)&re, sizeof(re), 1, fp) != 1) { in dump_tables()
595 _RuneEntry re; in dump_tables() local
597 re.min = htonl(list->min); in dump_tables()
598 re.max = htonl(list->max); in dump_tables()
601 if (fwrite((char *)&re, sizeof(re), 1, fp) != 1) { in dump_tables()
614 _RuneEntry re; in dump_tables() local
[all …]
/original-bsd/games/adventure/
H A Dglorkz305 2 You're at hill in road.
306 3 You're inside building.
307 4 You're in valley.
308 5 You're in forest.
309 6 You're in forest.
311 8 You're outside grate.
312 9 You're below the grate.
322 24 You're in east pit.
323 25 You're in west pit.
324 33 You're at "Y2".
[all …]
/original-bsd/usr.bin/tn3270/distribution/utilities/
H A Dtnrecv.c99 ReadOiaGroupParms re; in wait_for_unlock() local
103 re.rc = re.function_id = 0; in wait_for_unlock()
104 re.session_id = session_id; in wait_for_unlock()
105 re.oia_buffer = (char far *) &oia; in wait_for_unlock()
106 re.oia_group_number = API_OIA_ALL_GROUPS; in wait_for_unlock()
107 if (api_read_oia_group(&re) == -1) { in wait_for_unlock()
/original-bsd/old/dbx/
H A Dsource.c397 String re, err; local
413 re = getpattern(pattern);
415 if (re != nil and *re != '\0') {
416 err = re_comp(re);
/original-bsd/usr.bin/sed/
H A Dprocess.c288 regex_t *re; local
294 re = cp->u.s->re;
295 if (re == NULL) {
302 if (!regexec_e(re, s, 0, 0, psl))
338 } while (slen > 0 && regexec_e(re, s, REG_NOTBOL, 0, slen));
347 if (!regexec_e(re, s, REG_NOTBOL, 0, slen))
H A Dcompile.c277 p = compile_re(p, &cmd->u.s->re);
362 char re[_POSIX2_LINE_MAX + 1]; local
364 p = compile_delimited(p, re);
365 if (p && strlen(re) == 0) {
370 if (p && (eval = regcomp(*repp, re, 0)) != 0)
408 if (s->re != NULL &&
409 ref > s->re->re_nsub)
H A Ddefs.h42 regex_t *re; /* Regular expression */ member
/original-bsd/libexec/bugfiler/
H A Dbugformat23 If you're not running 4.3BSD, you should also replace "4.3BSD" on
30 you're currently running 4.3BSD-Reno, you should replace "folder"
/original-bsd/old/sdb/
H A DMakefile21 old.c $(SHARE)/opset.c $(SHARE)/optab.c pcs.c prvar.c re.c runpcs.c \
24 old.o opset.o optab.o pcs.o prvar.o re.o runpcs.o \
/original-bsd/contrib/gawk-2.15.2/
H A DMakefile.bsd444 node.c version.c missing.c re.c awk.c regex.c dfa.c
/original-bsd/contrib/ed/
H A DMakefile6 l.c line_number.c m.c main.c p.c q.c r.c re.c rol.c sub.c search.c \
/original-bsd/usr.bin/compress/doc/
H A DNOTES75 several conversations from a unisys (nee sperry) lawyer re 'compress'.
77 it's more complicated than this, but they're letting (oral
113 at&t would likely re-implement another algorithm if they
128 re-invention (like the 'xor' hash function pleasantly mentioned
131 we're partially covered with
/original-bsd/games/wump/
H A Dwump.info12 shape to continue your quest since you're dead.
37 through. You might just end up shooting yourself in the foot if you're
/original-bsd/usr.bin/bc/
H A Dbc.y112 | _IF CRS BLEV '(' re ')' stat
116 | _WHILE CRS '(' re ')' stat BLEV
121 | fprefix CRS re ';' e ')' stat BLEV
162 re : e EQ e
/original-bsd/games/quiz/datfiles/
H A Dafrica41 Za["i|i"|i]re:Kinshasha
/original-bsd/usr.bin/uucp/
H A DTODO21 make cpuucico does not re-make uucico first

1234