Lines Matching refs:S

295 30. A pattern such as /(*UTF)[\S\V\H]/, which contains a negated special class
296 such as \S in non-UCP mode, explicit wide characters (> 255) can be ignored
297 because \S ensures they are all in the class. The code for doing this was
502 are both alternative cases for S: the class [RST] was handled correctly,
1136 6. If JIT is requested using /S++ or -s++ (instead of just /S+ or -s+) when
1141 or /S+[+] with a digit between 1 and 7.
1190 25. \s*\R was auto-possessifying the \s* when it should not, whereas \S*\R
1400 19. If the /S+ option was used in pcretest to study a pattern using JIT,
1401 subsequent uses of /S (without +) incorrectly behaved like /S+.
1624 for every regex", that is, assume /S for every regex. This is similar to -i
1654 20. If /S is present twice on a test pattern in pcretest input, it now
1741 39. Add minix to OS list not supporting the -S option in pcretest.
2776 2. Negative specials like \S did not work in character classes in UTF-8 mode.
3121 24. A repeated \S or \W in UTF-8 mode could give wrong answers when multibyte
3122 characters were involved (for example /\S{2}/8g with "A\x{a3}BC").
3376 2. The -S option for pcretest uses setrlimit(); I had omitted to #include
3807 -S <number> sets the stack size, where <number> is in megabytes
3809 The -S option isn't available for Windows.
3873 (m) Added Jeffrey Friedl's -S testing option, but within #ifdefs so that it
4470 A new data escape \S, is added to pcretest; it causes the amounts of store
5133 (iv) The character escapes \b, \B, \d, \D, \s, \S, \w, and \W (either
5136 digits, spaces, or word characters. Such characters always match \D, \S,