Searched refs:expression (Results 26 - 50 of 68) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Dawk.lx.l185 <reg>\n { yyerror("newline in regular expression"); lineno++; BEGIN A; }
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl318 expression.
389 Previous values of watch expressions. First set when the expression is
390 entered; reset whenever the watch expression changes.
526 expression but not show it unless it matters).
863 # + Fixed warnings generated by "p 42" (Print expression)
2256 =head4 C<x> - evaluate and print an expression
2258 Hands the expression off to C<DB::eval>, setting it up to print the value
2831 =head4 C<W> - watch-expression processing.
2896 # expression would be better, so the user could
3133 Builds a C<print EXPR> expression i
[all...]
H A DTest.pm245 expression. If its value is true, the test passes; if false,
256 The expression is evaluated in scalar context. So the following will
263 A special case is if the expression is a subroutine reference (in either
675 returns true, then the larger expression S<< C<<
H A DSwitch.pm486 "bool" => sub { croak "Can't use && or || in expression containing __" },
804 converts (almost) any expression in which it appears to a reference to a
805 higher-order function. That is, the expression:
842 This boolean expression is inevitably true, since both references are
H A Dutf8.pm81 regular expression patterns.
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s138 bz,a,pt %ncc, .storedword ! no zero byte if magic expression == 0
246 ba .storeword ! no zero byte if magic expression == 0
H A Dstrlcpy.s109 bz,a,pt %ncc, .storedword ! no zero byte if magic expression == 0
241 bz,a,pt %ncc, .searchword ! no null byte if expression is 0
H A Dstrncpy.s116 bz,a,pt %ncc, .storedword ! no zero byte if magic expression == 0
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm272 =item As a qr// compiled regular expression, e.g.:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm165 (which can be a regular expression)
H A DBalanced.pm1396 variable-involved expression, including scalars, arrays, hashes, array
1422 the extracted variable, or variablish expression
1437 substring that matched a variablish expression. C<undef> is returned on
2033 If the extractor is a precompiled regular expression or a string,
2041 above extractor types (subroutine reference, regular expression, or string).
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s106 bz,a .copyword ! no zero byte if magic expression == 0
H A Dstrncpy.s109 bz,a .storeword ! no zero byte if magic expression == 0
/opensolaris-onvv-gate/usr/src/ucbcmd/expr/
H A Dexpr.y58 /* a single `expression' is evaluated and printed: */
60 expression: expr NOARG = { label
361 message = "Regular expression too long";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm356 Notice that only literals (string or regular expression) having only
425 Note the C<tr//> expression is surrounded by C<qq{}>. The idea behind
476 recoding errors for regular expression literals longer than 127 bytes.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm79 All files that match any regular expression in a file F<MANIFEST.SKIP>
196 consulted. Any file matching a regular expression in such a file will
598 expression to start with a sharp character. A typical example:
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c108 * STOP ends execution of the filter expression and
230 static void expression();
530 * according to whether the filter expression selects it
1064 pr_err("expression too long");
1087 pr_err("expression too long");
1133 * token in the filter expression. A token is either:
1216 * and IPv6 addresses, and an expression of the form base[expr:size],
2106 expression();
2134 pr_err("invalid expression at \"%s\".", token);
2168 expression();
2732 expression() function
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm513 Takes a quoted regular expression produced by qr//, or a string
514 representing a regular expression.
517 regular expression, or undef if it's argument is not recognised.
H A DSimple.pm64 ok() is given an expression (in this case C<$foo eq $bar>). If it's
H A DMore.pm240 This simply evaluates any expression (C<$this eq $that> is just a
242 failed. A true expression passes, a false one fails. Very simple.
358 The second argument is a regular expression. It may be given as a
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm64 as a regular expression), and is matched
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Dawk.lx.l219 <reg>\n { ERROR "newline in regular expression %.10s...", cbuf SYNTAX; lineno++; BEGIN A; }
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm258 m// Regexp match a string with a regular expression pattern
284 quotemeta Regexp quote regular expression magic characters
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c648 char *expression; member in struct:__anon4667
667 (void) regcomp(&(types[i].re), types[i].expression,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm450 expression evaluated, or a return statement may be used, just as with

Completed in 141 milliseconds

123