Searched refs:RE (Results 1 – 25 of 78) sorted by relevance
1234
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/lib/Encode/JP/ |
| D | JIS7.pm | 64 \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})+)
|
| D | H2Z.pm | 133 ($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/ |
| D | ISO_2022_JP.pm | 13 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/ |
| D | CJKConstants.pm | 17 our @EXPORT_OK = qw(%CHARCODE %ESC %RE); 43 our %RE =
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/lib/Encode/KR/ |
| D | 2022_KR.pm | 43 $$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/ |
| D | remote.c | 59 &ES, &EX, &FO, &RC, &RE, &PA 187 if (RE == NOSTR) 188 RE = (char *)"tip.record";
|
| D | vars.c | 81 "rec", (char *)&RE },
|
| D | tip.h | 85 char *RE; /* script record file */ variable
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/t/ |
| D | basic.man | 140 .RE 142 .RE 160 .RE 162 .RE 192 .RE 200 .RE 201 .RE 209 .RE 213 .RE
|
| /mirbsd/src/usr.bin/sed/ |
| D | POSIX | 178 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/ |
| D | rcs_func.ms | 20 .RE 33 .RE 70 .RE
|
| /mirbsd/src/usr.bin/vi/docs/ |
| D | features | 7 + 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
|
| D | help | 154 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/ |
| D | parse.y | 71 %token COLON RE LESSER GREATER 393 | STRING typeoff RE CMDSTRING
|
| D | lex.l | 90 re { return RE; }
|
| /mirbsd/src/usr.bin/vi/build/ |
| D | README | 54 --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/ |
| D | perl5005delta.pod | 210 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/ |
| D | regcomp.sym | 96 SUSPEND BRANCHJ,off 1 1 "Independent" sub-RE. 100 # Support for long RE
|
| /mirbsd/src/usr.sbin/makefs/cd9660/ |
| D | iso9660_rrip.h | 185 ISO_RRIP_RELDIR RE; member
|
| D | iso9660_rrip.c | 551 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/ |
| D | spell.ok | 47 RE's
|
| /mirbsd/src/usr.bin/vi/ |
| D | FAQ | 50 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
|
| D | LAYOUT | 116 Henry Spencer's POSIX 1003.2 regular expression (RE) library.
|
| /mirbsd/src/lib/libc/regex/test/ |
| D | tests | 6 # 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/ |
| D | refcard.bad | 96 . \"RE - retreat to the left 97 .de RE 834 \&.RE 854 .RE
|
1234