| /titanic_53/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_53/usr/src/boot/lib/libstand/ |
| H A D | assert.c | 35 __assert(const char *func, const char *file, int line, const char *expression) in __assert() argument 39 expression, file, line); in __assert() 43 expression, func, file, line); in __assert()
|
| /titanic_53/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_53/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_53/usr/src/cmd/more/ |
| H A D | more.help | 15 /<regular expression> Search for kth occurrence of regular expression [1]
|
| /titanic_53/usr/src/common/ficl/ |
| H A D | hash.c | 3 #define FICL_ASSERT_PHASH(hash, expression) FICL_ASSERT(NULL, expression) argument
|
| H A D | ficl.h | 1282 ficlCallbackAssert(ficlCallback *callback, int expression, 1284 #define FICL_ASSERT(callback, expression) \ argument 1285 (ficlCallbackAssert((callback), (expression) != 0, \ 1286 #expression, __FILE__, __LINE__)) 1288 #define FICL_ASSERT(callback, expression) argument 1291 #define FICL_VM_ASSERT(vm, expression) \ argument 1292 FICL_ASSERT((ficlCallback *)(vm), (expression)) 1293 #define FICL_SYSTEM_ASSERT(system, expression) \ argument 1294 FICL_ASSERT((ficlCallback *)(system), (expression))
|
| /titanic_53/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
| H A D | arith.sh | 315 … mins || mins == -1) ));exit 0' 2> /dev/null || err_exit 'lexical error with arithemtic expression' 528 EOF) 2> /dev/null || err_exit 'error with comma expression' 615 …(( abs(x-y) < 1e-10 )) || err_exit '$nz and nz differs in arithmetic expression when nz is referen… 645 [[ $F == 1 ]] || err_exit 'scoping bug with arithmetic expression' 653 [[ $F == 1 ]] || err_exit 'scoping bug2 with arithmetic expression'
|
| /titanic_53/usr/src/lib/udapl/udapl_tavor/include/ |
| H A D | dapl_osd.h | 336 #define dapl_os_assert(expression) assert((expression)) argument
|
| /titanic_53/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_53/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_53/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_53/usr/src/lib/libbc/libc/gen/common/sparc/ |
| H A D | alloca.s | 45 ! be in the middle of a compilicated expression.
|
| /titanic_53/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_53/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
|
| /titanic_53/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_53/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>:
|
| /titanic_53/usr/src/cmd/devmgmt/data/ |
| H A D | device.tab | 36 # An expression in this list is of the form attr="value"
|
| /titanic_53/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()
|