/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_grammar.y | 182 %type <l_node> expression 215 | DT_CTX_DEXPR expression { $$ = $2; } 321 | probe_specifiers DT_TOK_DIV expression DT_TOK_EPRED { 325 | probe_specifiers DT_TOK_DIV expression DT_TOK_EPRED 352 | expression { $$ = dt_node_statement($1); } 369 | DT_TOK_LPAR expression DT_TOK_RPAR { $$ = $2; } 412 DT_TOK_LPAR expression DT_TOK_RPAR { 552 | logical_or_expression DT_TOK_QUESTION expression DT_TOK_COLON 577 expression: assignment_expression label 578 | expression DT_TOK_COMM [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/ |
H A D | re.pm | 7 re - Perl pragma to alter regular expression behaviour 44 C<(?{ ... })> zero-width assertions even if regular expression contains 47 expression is obtained from tainted data, i.e. evaluation is always 56 I<is> allowed if $pat is a precompiled regular expression, even
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/ |
H A D | Assert.pm | 39 If the expression is false the program aborts.
|
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_osd.h | 336 #define dapl_os_assert(expression) assert((expression))
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | alloca.s | 40 ! be in the middle of a compilicated expression.
|
H A D | strchr.s | 94 bnz .haszerobyte ! zero byte if magic expression != 0 99 bz,a .searchchar ! no findchar if magic expression == 0 196 bz,a .searchword ! no zero byte if magic expression == 0
|
H A D | strcpy.s | 106 bz,a .copyword ! no zero byte if magic expression == 0
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | alloca.s | 39 ! be in the middle of a complicated expression.
|
H A D | strchr.s | 94 bnz,pn %ncc, .haszerobyte ! zero byte if magic expression != 0 99 bz,a,pt %ncc, .searchchar ! no findchar if magic expression == 0 196 bz,a,pt %ncc, .searchword ! no zero byte if magic expression == 0
|
H A D | strcpy.s | 138 bz,a,pt %ncc, .storedword ! no zero byte if magic expression == 0 246 ba .storeword ! no zero byte if magic expression == 0
|
/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | strcat.s | 50 / In this assembly language version, the following expression is used 53 / If the above expression geneates a value other than 0x80808080,
|
H A D | strncat.s | 55 / In this assembly language version, the following expression is used 58 / If the above expression geneates a value other than 0x80808080,
|
/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | strcat.s | 50 / In this assembly language version, the following expression is used 53 / If the above expression geneates a value other than 0x80808080,
|
H A D | strncat.s | 55 / In this assembly language version, the following expression is used 58 / If the above expression geneates a value other than 0x80808080,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | s2p.PL | 170 =item B</>I<regular expression>B</> 172 A pattern address is a basic regular expression (see 422 =item [2addr]B<s/>I<regular expression>B</>I<replacement>B</>I<flags> 425 the pattern space that matches the I<regular expression>. 427 slash to delimit the regular expression and the replacement. 428 To use the delimiter as a literal character within the regular expression 435 matching the regular expression. The strings `C<\1>' through `C<\9>' are 875 a bracket expression. 891 A I<bracket expression> is a list of characters, character ranges 920 The special bracket expression construct [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Select.pm | 102 Please note that each regular expression given is implicitly 104 given regular expression starts with a "!" character, then the 105 expression is I<negated> (so C<!foo> would match anything I<except> 159 expression (a regex), or else two Perl-style regular expressions 643 prefix of "_" and match the regular expression C</^_\w+$/>. 694 carp "Bad regular expression /$_/ in \"$section_spec\": $@\n"; 726 of anchored regular expressions (preceded by a "!" if the expression is to 727 be negated). The index of the expression in the subarray should correspond
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | constant.pm | 164 When a constant is used in an expression, perl replaces it with its 165 value at compile time, and may then optimize the expression further. 219 B<NOTE:> This implies that the expression defining the value of a
|
H A D | perl5db.pl | 318 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 D | Test.pm | 245 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<<
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | h2xs.PL | 94 =item B<-M>, B<--func-mask>=I<regular expression> 147 =item B<-e>, B<--omit-enums>=[I<regular expression>] 149 If I<regular expression> is not given, skip all constants that are defined in 151 enum whose name matches I<regular expression>. 153 Since I<regular expression> is optional, make sure that this switch is followed 154 by at least one other switch if you omit I<regular expression> and have some 163 In the latter, foo.h is taken as I<regular expression>. 193 =item B<-o>, B<--opaque-re>=I<regular expression> 196 expression, even if these types are C<typedef>-equivalent to types 542 -o, --opaque-re Regular expression fo [all...] |
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | find.c | 34 * expression operators apply to matching paths 54 " \apath\a and applies an \aoption\a expression to each file in the" 56 " generates output. The expression starts with the first argument" 252 "Equivalent to \\(. Begin nested expression.", 254 "Equivalent to \\). End nested expression.", 258 " This is the default operator for two expression in sequence.", 308 " the search and the expression, but all depth options are ignored." 309 " The remainder of the expression is applied to the matching paths.", 460 "Path name matches the anchored regular expression \apattern\a," 1178 error(2, "%s: invalid permission expression", [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
H A D | Alias.pm | 272 =item As a qr// compiled regular expression, e.g.:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | ParseWords.pm | 165 (which can be a regular expression)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
H A D | encoding.pm | 356 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.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Manifest.pm | 79 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:
|