Searched refs:expression (Results 1 - 25 of 68) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_grammar.y121 %type <l_immediate> expression
137 | expression pipeline shell_pipe terminator {
142 | expression ',' expression pipeline shell_pipe terminator {
147 | ',' expression pipeline shell_pipe terminator {
153 | expression terminator {
158 * expression value. In a pipe context, we also set
181 | expression ',' expression shell_pipe terminator {
187 | ',' expression shell_pip
292 expression: expression '+' expression { $$ = $1 + $3; } label
[all...]
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DSYSCommon.h191 #define FATAL_ASSERT(expression) do { if(!(expression)) {FATAL_APPLICATION_STATE();} } while(0)
192 #define FATAL_ASSERT1(expression,additional_text) do { if(!(expression)) {FATAL_APPLICATION_STATE1(additional_text);} } while(0)
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A Dregexp.37 regcomp, regexec, regsub, regerror \- regular expression handler
33 compiles a regular expression into a structure of type
42 matches a NUL-terminated \fIstring\fR against the compiled regular expression
66 regular expression.
68 within the regular expression, with parenthesized expressions numbered
96 A regular expression is zero or more \fIbranches\fR, separated by `|'.
107 An atom is a regular expression in parentheses (matching a match for the
108 regular expression), a \fIrange\fR (see below), `.'
126 If a regular expression could match two different parts of the input string,
H A DREADME54 a few fine points. I admit to some familiarity with regular-expression
93 existing text editors use nondeterministic regular-expression implementations,
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y182 %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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm7 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
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DAssert.pm39 If the expression is false the program aborts.
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h336 #define dapl_os_assert(expression) assert((expression))
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s45 ! be in the middle of a compilicated expression.
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dalloca.s40 ! be in the middle of a compilicated expression.
H A Dstrchr.s94 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
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s39 ! be in the middle of a complicated expression.
H A Dstrchr.s94 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
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A DREADME27 2. exit <expression> causes the expression to
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s50 / In this assembly language version, the following expression is used
53 / If the above expression geneates a value other than 0x80808080,
H A Dstrncat.s55 / In this assembly language version, the following expression is used
58 / If the above expression geneates a value other than 0x80808080,
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.s50 / In this assembly language version, the following expression is used
53 / If the above expression geneates a value other than 0x80808080,
H A Dstrncat.s55 / In this assembly language version, the following expression is used
58 / If the above expression geneates a value other than 0x80808080,
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dglobal.h186 char *egrepinit(char *expression);
H A Dcgrep.c87 /* lit expression types */
90 /* non-lit expression types */
93 /* not really expression types, just helping */
101 Exprtype type; /* Type of expression (in grammar) */
102 ID id; /* unique ID of lit expression */
138 Expr *root; /* Pointer to root (EOP) expression */
159 uchar_t *expression; member in struct:__anon4801
313 egrepinit(char *expression) argument
330 match_pattern.expression = (uchar_t *)expression;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL170 =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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm102 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
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.pm164 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
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties158 assignment_null_id = No attribute id in attribute assignment expression ``{0}''''
159 assignment_syntax_err = Syntax error in attribute assignment expression ``{0}''''
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL94 =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...]

Completed in 288 milliseconds

123