summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-03-14 12:18:59 -0600
committerKarl Williamson <khw@cpan.org>2019-05-24 17:09:29 -0600
commit016b720906a9b088c796d5295109cd8e9a3aecf9 (patch)
tree0249bb01c38742c8cfa0275f743a1d240284ad40 /regcomp.sym
parent9629b6dc1d6296e0d3a6a5dbfd0f672b4b2021ca (diff)
downloadperl-016b720906a9b088c796d5295109cd8e9a3aecf9.tar.gz
regnodes.h: Change some regnodes' names
These were misleading, as elsewhere a leading 'N' in the name means the complement. Instead move the N to the end of the name
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym12
1 files changed, 6 insertions, 6 deletions
diff --git a/regcomp.sym b/regcomp.sym
index a35beca063..5e80ea82f7 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -166,11 +166,11 @@ REFFA REF, num 1 V ; Match already matched string, using /aai rul
#*Named references. Code in regcomp.c assumes that these all are after
#*the numbered references
-NREF REF, no-sv 1 V ; Match some already matched string
-NREFF REF, no-sv 1 V ; Match already matched string, using /di rules.
-NREFFL REF, no-sv 1 V ; Match already matched string, using /li rules.
-NREFFU REF, num 1 V ; Match already matched string, using /ui rules.
-NREFFA REF, num 1 V ; Match already matched string, using /aai rules.
+REFN REF, no-sv 1 V ; Match some already matched string
+REFFN REF, no-sv 1 V ; Match already matched string, using /di rules.
+REFFLN REF, no-sv 1 V ; Match already matched string, using /li rules.
+REFFUN REF, num 1 V ; Match already matched string, using /ui rules.
+REFFAN REF, num 1 V ; Match already matched string, using /aai rules.
#*Support for long RE
LONGJMP LONGJMP, off 1 . 1 ; Jump far away.
@@ -214,7 +214,7 @@ AHOCORASICKC TRIE,trie charclass ; Same as AHOCORASICK, but with embedded c
GOSUB GOSUB, num/ofs 2L ; recurse to paren arg1 at (signed) ofs arg2
#*Special conditionals
-NGROUPP NGROUPP, no-sv 1 ; Whether the group matched.
+GROUPPN GROUPPN, no-sv 1 ; Whether the group matched.
INSUBP INSUBP, num 1 ; Whether we are in a specific recurse.
DEFINEP DEFINEP, none 1 ; Never execute directly.