/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_grammar.y | 121 %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 …]
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_grammar.y | 188 %type <l_node> expression 221 | DT_CTX_DEXPR expression { $$ = $2; } 329 | probe_specifiers DT_TOK_DIV expression DT_TOK_EPRED { 333 | probe_specifiers DT_TOK_DIV expression DT_TOK_EPRED 362 | statement_list_impl expression { 372 | expression ';' { $$ = dt_node_statement($1); } 373 | DT_KEY_IF DT_TOK_LPAR expression DT_TOK_RPAR statement_or_block { 376 | DT_KEY_IF DT_TOK_LPAR expression DT_TOK_RPAR 396 | DT_TOK_LPAR expression DT_TOK_RPAR { $$ = $2; } 439 DT_TOK_LPAR expression DT_TOK_RPAR { [all …]
|
/titanic_41/usr/src/tools/codesign/ |
H A D | creds | 25 # process. The first regular expression that matches is used to select the 28 # Credential name Regular expression
|
/titanic_41/usr/src/cmd/more/ |
H A D | more.help | 15 /<regular expression> Search for kth occurrence of regular expression [1]
|
/titanic_41/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_osd.h | 336 #define dapl_os_assert(expression) assert((expression)) argument
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | subselect.test | 40 } {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.
|
H A D | null.test | 54 # Check to see how the CASE expression handles NULL values. The 55 # first WHEN for which the test expression is TRUE is selected.
|
/titanic_41/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,
|
/titanic_41/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,
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/sparc/ |
H A D | alloca.s | 45 ! be in the middle of a compilicated expression.
|
/titanic_41/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 | 196 bz,a .searchword ! no zero byte if magic expression == 0
|
/titanic_41/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 | 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
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | EXPLAIN | 35 An arithmetic expression is of type number, a 47 3. The type of any expression can be coerced to
|
H A D | README | 27 2. exit <expression> causes the expression to
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | arith.sh | 315 … 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'
|
/titanic_41/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.warn.in | 27 #WARNING:<label>:<1-line-desc>:MATCH <expression>:<text> 35 # Special keywords in <expression>:
|
H A D | etc.alt.in | 36 # Special keywords in <expression>:
|
/titanic_41/usr/src/cmd/devmgmt/data/ |
H A D | device.tab | 36 # An expression in this list is of the form attr="value"
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 159 uchar_t *expression; member 313 egrepinit(char *expression) in egrepinit() argument 330 match_pattern.expression = (uchar_t *)expression; in egrepinit() 361 printf("PATTERN %s\n", pat->expression); in dogre() 909 pat->loc1 = pat->expression; in egprep() 910 pat->loc2 = pat->expression + strlen((char *)pat->expression); in egprep()
|
H A D | global.h | 186 char *egrepinit(char *expression);
|