summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2009-12-05 22:21:38 -0700
committerKarl Williamson <khw@khw-desktop.(none)>2009-12-05 22:21:38 -0700
commit37e2e78edfe0a224b8a615820f46db879584f523 (patch)
treeac91126a79a133a76fa0d463d154e6767ef276a4 /embed.fnc
parent077f834239e40e0523e428946baaf95eaec43724 (diff)
downloadperl-37e2e78edfe0a224b8a615820f46db879584f523.tar.gz
qr/\X/ expansion
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc10
1 files changed, 10 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 575c4df305..6b24d1ef10 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -502,6 +502,16 @@ ApR |bool |is_utf8_print |NN const U8 *p
ApR |bool |is_utf8_punct |NN const U8 *p
ApR |bool |is_utf8_xdigit |NN const U8 *p
ApR |bool |is_utf8_mark |NN const U8 *p
+pR |bool |is_utf8_X_begin |NN const U8 *p
+pR |bool |is_utf8_X_extend |NN const U8 *p
+pR |bool |is_utf8_X_prepend |NN const U8 *p
+pR |bool |is_utf8_X_non_hangul |NN const U8 *p
+pR |bool |is_utf8_X_L |NN const U8 *p
+pR |bool |is_utf8_X_LV |NN const U8 *p
+pR |bool |is_utf8_X_LVT |NN const U8 *p
+pR |bool |is_utf8_X_LV_LVT_V |NN const U8 *p
+pR |bool |is_utf8_X_T |NN const U8 *p
+pR |bool |is_utf8_X_V |NN const U8 *p
: Used in perly.y
p |OP* |jmaybe |NN OP *o
: Used in pp.c