Lines Matching defs:as

7  *    License or the Artistic License, as specified in the README file.
136 * their own trailing comma, not suitable for statements as such. */
545 * Skips comments as well.
897 * Tokenize a quoted string passed in as an SV. It finds the next
1165 stops on @ and $, but not for $ as tail anchor
1181 It stops processing as soon as it finds an embedded $ or @ variable
1255 /* mark the range as done, and continue */
1293 /* mark the range as done, and continue */
1299 /* range begins (ignore - as first or last char) */
1391 Perl_warner(aTHX_ packWARN(WARN_SYNTAX), "\\%c better written as $%c", *s, *s);
1466 * they can end up as. */
1726 * /$foo[-3]/ and /$foo[$bar]/ as well as /$foo[$\d]+/
1878 * Method if it's really "foo package::" (interpreted as package->foo)
1982 * and IOf_FAKE_DIRP is enabled on datasv to mark this as such.
2603 static char as[] = ALTERNATE_SHEBANG;
2604 if (*s == as[0] && strnEQ(s, as, sizeof(as) - 1))
2605 d = s + (sizeof(as) - 1);
3208 * as being a block or an anon hash. Normally, expectation
3215 * curly in order to force resolution as an anon hash.
3613 "Scalar value %.*s better written as $%.*s",
3885 "dump() better written as CORE::dump()");
3892 "Ambiguous call resolved as CORE::%s(), %s",
3893 GvENAME(hgv), "qualify as such or use &");
4058 "Ambiguous use of -%s resolved as -&%s()",
4120 "Ambiguous use of %c resolved as operator %c",
4163 /* Mark this internal pseudo-handle as clean */
6022 "%s (...) interpreted as function",name);
6050 Best used as sv=new_constant(..., sv, ...).
6763 Remember, only scalar variables are interpreted as filehandles by
6765 treated as a glob() call.
6778 as nothing more than a string.
6910 character as the delimiter. If the delimiter is one of ([{< then
6911 the corresponding "close" character )]}> is used as the closing
7082 /* if the terminator isn't the same as the start character (e.g.,
7223 NV nv; /* number read, as a double */
7245 Shift is used when we add a digit. It also serves as an "are
7408 we're also sent here when we read a 0 as the first digit
7444 3..5 being interpreted as the number 3. followed
7754 when the script has error such as not having the closing quotes like:
7770 when the script has error such as not having the closing quotes like:
7996 vstring, as well as updating the passed in sv.