Home
last modified time | relevance | path

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

123

/titanic_41/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 …]
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y188 %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 Dcreds25 # 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 Dmore.help15 /<regular expression> Search for kth occurrence of regular expression [1]
/titanic_41/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h336 #define dapl_os_assert(expression) assert((expression)) argument
/titanic_41/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.
H A Dnull.test54 # 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 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,
/titanic_41/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,
/titanic_41/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s45 ! be in the middle of a compilicated expression.
/titanic_41/usr/src/lib/libc/sparc/gen/
H A Dalloca.s40 ! be in the middle of a compilicated expression.
H A Dstrchr.s196 bz,a .searchword ! no zero byte if magic expression == 0
/titanic_41/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s39 ! be in the middle of a complicated expression.
H A Dstrchr.s196 bz,a,pt %ncc, .searchword ! no zero byte if magic expression == 0
H A Dstrcpy.s138 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 DEXPLAIN35 An arithmetic expression is of type number, a
47 3. The type of any expression can be coerced to
H A DREADME27 2. exit <expression> causes the expression to
/titanic_41/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'
/titanic_41/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in27 #WARNING:<label>:<1-line-desc>:MATCH <expression>:<text>
35 # Special keywords in <expression>:
H A Detc.alt.in36 # Special keywords in <expression>:
/titanic_41/usr/src/cmd/devmgmt/data/
H A Ddevice.tab36 # An expression in this list is of the form attr="value"
/titanic_41/usr/src/tools/cscope-fast/
H A Dcgrep.c159 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 Dglobal.h186 char *egrepinit(char *expression);

123