Home
last modified time | relevance | path

Searched refs:RE (Results 1 – 25 of 78) sorted by relevance

1234

/mirbsd/src/gnu/usr.bin/perl/ext/Encode/lib/Encode/JP/
DJIS7.pm64 \G ( ($RE{JIS_0212}) | $RE{JIS_0208} |
65 ($RE{ISO_ASC}) | ($RE{JIS_KANA}) | )
106 (?:($RE{JIS_0212})|$RE{JIS_0208}|($RE{ISO_ASC})|($RE{JIS_KANA}))([^\e]*)
136 ((?:$RE{EUC_C})+|(?:$RE{EUC_KANA})+|(?:$RE{EUC_0212})+)
DH2Z.pm133 ($RE{EUC_KANA}
145 ($RE{EUC_KANA})
158 ($RE{EUC_C}|$RE{EUC_0212}|$RE{EUC_KANA})
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/lib/Encode/MIME/Header/
DISO_2022_JP.pm13 use Encode::CJKConstants qw(%RE);
96 if(length($line) + 22 + ($target =~ /^(?:$RE{EUC_0212}|$RE{EUC_C})/o) * 8 > $bpl){
110 $target =~ s/($RE{EUC_0212}|$RE{EUC_KANA}|$RE{EUC_C}|$RE{ASCII})$//o;
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/lib/Encode/
DCJKConstants.pm17 our @EXPORT_OK = qw(%CHARCODE %ESC %RE);
43 our %RE =
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/lib/Encode/KR/
D2022_KR.pm43 $$r_str =~ s/$RE{'2022_KR'}//gox; # remove the designator
63 ($RE{EUC_C}+) # and enclose them with SO and SI
/mirbsd/src/usr.bin/tip/
Dremote.c59 &ES, &EX, &FO, &RC, &RE, &PA
187 if (RE == NOSTR)
188 RE = (char *)"tip.record";
Dvars.c81 "rec", (char *)&RE },
Dtip.h85 char *RE; /* script record file */ variable
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/t/
Dbasic.man140 .RE
142 .RE
160 .RE
162 .RE
192 .RE
200 .RE
201 .RE
209 .RE
213 .RE
/mirbsd/src/usr.bin/sed/
DPOSIX178 22. Historic implementations of sed ignore the RE delimiter characters
182 23. Historic implementations handle empty RE's in a special way: the
183 empty RE is interpreted as if it were the last RE encountered,
190 RE" can be defined in two different ways:
192 1. The last RE encountered when compiling (lexical/static scope).
193 2. The last RE encountered while running (dynamic scope).
/mirbsd/src/gnu/usr.bin/rcs/
Drcs_func.ms20 .RE
33 .RE
70 .RE
/mirbsd/src/usr.bin/vi/docs/
Dfeatures7 + Forms editing package; use RE's to verify field contents.
11 + Rob Pike's sam style RE's.
80 insert/overwrite mode, auto indent etc). Last search RE and maybe
Dhelp154 global: execute a global command on lines matching an RE
178 s: substitute on lines matching an RE
195 v: execute a global command on lines NOT matching an RE
206 ~: replace previous RE with previous replacement string,
/mirbsd/src/bin/systrace/
Dparse.y71 %token COLON RE LESSER GREATER
393 | STRING typeoff RE CMDSTRING
Dlex.l90 re { return RE; }
/mirbsd/src/usr.bin/vi/build/
DREADME54 --disable-re DON'T use the nvi-provided RE routines.
89 RE routines (note, this is NOT the same as the historic UNIX RE
94 as an argument to configure, and the RE routines will be taken
95 from whatever libraries you load. Please ensure that your RE
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperl5005delta.pod210 Changes in the RE engine:
220 Changes in Perl code using RE engine:
240 /RE/g could skip matches at the same position after a
247 (?<=RE)
248 (?<!RE)
251 (?i:RE)
253 (?>RE)
264 RE engine code now looks like C, not like assembler;
265 Behaviour of RE modifiable by `use re' directive;
273 $( is not interpolated into RE any more;
[all …]
/mirbsd/src/gnu/usr.bin/perl/
Dregcomp.sym96 SUSPEND BRANCHJ,off 1 1 "Independent" sub-RE.
100 # Support for long RE
/mirbsd/src/usr.sbin/makefs/cd9660/
Diso9660_rrip.h185 ISO_RRIP_RELDIR RE; member
Diso9660_rrip.c551 p->attr.rr_entry.RE.h.length[0] = 0; in cd9660_rrip_RE()
552 p->attr.rr_entry.RE.h.version[0] = 1; in cd9660_rrip_RE()
/mirbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/
Dspell.ok47 RE's
/mirbsd/src/usr.bin/vi/
DFAQ50 case of letters in the Regular Expression (RE), and the iclower edit
52 RE. If any upper-case letters appear in the Regular Expression, then
DLAYOUT116 Henry Spencer's POSIX 1003.2 regular expression (RE) library.
/mirbsd/src/lib/libc/regex/test/
Dtests6 # for an empty field. First field is an RE. Second field is flags. If
13 # the RE is expected to match. If there is a fifth field, it is a comma-
23 # b RE is a BRE, not an ERE
/mirbsd/src/share/doc/usd/17.msmacros/
Drefcard.bad96 . \"RE - retreat to the left
97 .de RE
834 \&.RE
854 .RE

1234