Searched defs:expression (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y58 /* a single `expression' is evaluated and printed: */
60 expression: expr NOARG = { label
361 message = "Regular expression too long";
/illumos-gate/usr/src/boot/lib/libstand/
H A Dassert.c35 __assert(const char *func, const char *file, int line, const char *expression) argument
39 expression, file, line);
43 expression, func, file, line);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_grammar.y123 %type <l_immediate> expression
139 | expression pipeline shell_pipe terminator {
144 | expression ',' expression pipeline shell_pipe terminator {
149 | ',' expression pipeline shell_pipe terminator {
155 | expression terminator {
160 * expression value. In a pipe context, we also set
183 | expression ',' expression shell_pipe terminator {
189 | ',' expression shell_pip
294 expression: expression '+' expression { $$ = $1 + $3; } label
[all...]
/illumos-gate/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_RPA
604 expression: assignment_expression label
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dtools.c66 ficlCallbackAssert(ficlCallback *callback, int expression, argument
70 if (!expression) {
79 FICL_IGNORE(expression);
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c648 char *expression; member in struct:__anon4307
667 (void) regcomp(&(types[i].re), types[i].expression,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c109 * STOP ends execution of the filter expression and
231 static void expression();
531 * according to whether the filter expression selects it
1063 pr_err("expression too long");
1086 pr_err("expression too long");
1132 * token in the filter expression. A token is either:
1215 * and IPv6 addresses, and an expression of the form base[expr:size],
2108 expression();
2136 pr_err("invalid expression at \"%s\".", token);
2170 expression();
2734 expression() function
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
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:__anon4444
313 egrepinit(char *expression) argument
330 match_pattern.expression = (uchar_t *)expression;
[all...]

Completed in 101 milliseconds