Home
last modified time | relevance | path

Searched defs:regnode_lstring (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dregcomp.h248 struct regnode_lstring { /* Constructed this way to keep the string aligned. */ struct
249 union regnode_head head;
250 U32 str_len_u32; /* Only 18 bits allowed before would overflow 'next_off' */
251 char string[1];