Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 25 of 145) sorted by relevance

123456

/onnv-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 {
181 | expression ',' expression shell_pipe terminator {
187 | ',' expression shell_pipe terminator {
235 | format_list MDB_TOK_LEXPR expression MDB_TOK_REXPR {
273 | argument_list MDB_TOK_LEXPR expression MDB_TOK_REXPR {
292 expression: expression '+' expression { $$ = $1 + $3; }
[all …]
/onnv-gate/usr/src/lib/libkmsagent/common/
H A DSYSCommon.h191 #define FATAL_ASSERT(expression) do { if(!(expression)) {FATAL_APPLICATION_STATE();} } while(0) argument
192 #define FATAL_ASSERT1(expression,additional_text) do { if(!(expression)) {FATAL_APPLICATION_STATE1(… argument
/onnv-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
578 | expression DT_TOK_COMMA assignment_expression {
[all …]
/onnv-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,
/onnv-gate/usr/src/tools/codesign/
H A Dcreds25 # process. The first regular expression that matches is used to select the
28 # Credential name Regular expression
/onnv-gate/usr/src/cmd/more/
H A Dmore.help15 /<regular expression> Search for kth occurrence of regular expression [1]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlre.pod19 that relate to the interpretation of the regular expression inside
20 are listed below. Modifiers that alter the way a regular expression
60 modifiers may also be embedded within the regular expression itself using
64 the regular expression parser to ignore whitespace that is neither
66 your regular expression into (slightly) more readable parts. The C<#>
418 extended regular expression C<(?: ... )> instead.) But if you never
427 C<\w>, C<\n>. Unlike some other regular expression languages, there
432 of regular expression metacharacters in a string that you want to
568 B<WARNING>: This extended regular expression feature is considered
584 expression is matching against. You can also use C<pos()> to know what is
[all …]
H A Dperlfaq6.pod90 C</s> because we aren't using dot in a regular expression that we want
148 =head2 I put a regular expression into $/ but it didn't work. What's wrong?
156 complete line (using your regular expression).
318 Using a variable in a regular expression match forces a re-evaluation
319 (and perhaps recompilation) each time the regular expression is
321 it's used. This always happens in a constant regular expression, and
343 =head2 How do I use a regular expression to strip C style comments from a file?
448 expression engine to find a match as quickly as possible and pass
491 regular expression:
576 =head2 What good is C<\G> in a regular expression?
[all …]
H A Dperlsec.pod69 whether data is tainted. If an expression contains tainted data,
145 anywhere within an expression renders the entire expression tainted. It
149 same expression, the whole expression is considered tainted.
154 mechanism is by referencing subpatterns from a regular expression match.
178 Laundering data using regular expression is the I<only> mechanism for
186 locale-aware program, and want to launder data with a regular expression
187 containing C<\w>, put C<no locale> ahead of the expression in the same
458 Regular expressions - Perl's regular expression engine is so called
461 regular expression may match in several ways. Careful crafting of the
H A Dperldiag.pod279 function, or a computed expression) to the "p" pack() template. This
517 object reference or package name contains an expression that returns a
608 regular expression about where the problem was discovered. See L<perlre>.
1100 (F) The compiler tried to interpret a bracketed expression as a
1101 subscript. But to the left of the brackets was an expression that
1104 =item Can't use \%c to mean $%c in expression
1106 (W syntax) In an ordinary expression, backslash is a unary operator that
1109 expression pattern. Trying to do this in ordinary Perl code produces a
1176 (W regexp) The regular expression engine uses recursion in complex
1182 in the regular expression engine; or rewriting the regular expression so
[all …]
H A Dperlop.pod21 expression left to right. C<8 - 4> is evaluated first making the
22 expression C<4 - 2 == 2> and not C<8 - 2 == 6>.
63 quote and quote-like operators, any expression in parentheses,
85 then act like a simple TERM with regard to the preceding expression.
193 syntactically for separating a function name from a parenthesized expression
204 Binary "=~" binds a scalar expression to a pattern match. Certain operations
213 If the right argument is an expression rather than a search pattern,
452 range operator is used as the expression in C<foreach> loops, but older
488 If either operand of scalar ".." is a constant expression,
493 but that is only an issue if you use a floating point expression; when
[all …]
H A Dperl5005delta.pod201 Perl's regular expression engine has been seriously overhauled, and
243 =item New regular expression constructs
784 (W) Within regular expression character classes ([]) the syntax beginning
787 expression character class, just quote the square brackets with the
792 (W) Within regular expression character classes ([]) the syntax beginning
795 expression character class, just quote the square brackets with the
800 (W) Within regular expression character classes ([]) the syntax
803 expression character class, just quote the square brackets with the
806 =item %s: Eval-group in insecure regular expression
808 (F) Perl detected tainted data when trying to compile a regular expression
[all …]
H A Dperlretut.pod20 What is a regular expression? A regular expression is simply a string
37 expression concepts, along with their notation, one at a time and with
39 simplest word searches to the basic regular expression concepts. If
43 discusses the more advanced regular expression operators and
46 A note: to save time, 'regular expression' is often abbreviated as
63 double quoted string. C<World> is the regular expression and the
68 C<"Hello World">, so the expression is true. Expressions like this
286 regexps above, we've only scratched the surface of regular expression
1143 give a more involved example of a regular expression. We will build a
1481 in the replacement expression, so we use C<$1> to replace the quoted
[all …]
/onnv-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h336 #define dapl_os_assert(expression) assert((expression)) argument
/onnv-gate/usr/src/lib/libsqlite/test/
H A Dsubselect.test40 } {1 {only a single result allowed for a SELECT that is part of an expression}}
64 # Try multiple subselects within a single expression.
88 # Make sure sorting works for SELECTs there used as a scalar expression.
/onnv-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,
/onnv-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,
/onnv-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s45 ! be in the middle of a compilicated expression.
/onnv-gate/usr/src/lib/libc/sparc/gen/
H A Dalloca.s40 ! be in the middle of a compilicated expression.
/onnv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s39 ! be in the middle of a complicated expression.
/onnv-gate/usr/src/cmd/oawk/
H A DEXPLAIN35 An arithmetic expression is of type number, a
47 3. The type of any expression can be coerced to
/onnv-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in29 #WARNING:<label>:<1-line-desc>:MATCH <expression>:<text>
37 # Special keywords in <expression>:
/onnv-gate/usr/src/lib/libshell/common/tests/
H A Darith.sh315 … mins || mins == -1) ));exit 0' 2> /dev/null || err_exit 'lexical error with arithemtic expression'
525 EOF) 2> /dev/null || err_exit 'error with comma expression'

123456