Searched refs:expr (Results 76 - 100 of 846) sorted by relevance

1234567891011>>

/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dxmlregexp.h155 xmlExpNodePtr expr);
157 xmlExpRef (xmlExpNodePtr expr);
164 const char *expr);
186 xmlExpIsNillable(xmlExpNodePtr expr);
188 xmlExpMaxToken (xmlExpNodePtr expr);
191 xmlExpNodePtr expr,
196 xmlExpNodePtr expr,
201 xmlExpNodePtr expr,
206 xmlExpNodePtr expr,
210 xmlExpNodePtr expr,
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlregexp.h155 xmlExpNodePtr expr);
157 xmlExpRef (xmlExpNodePtr expr);
164 const char *expr);
186 xmlExpIsNillable(xmlExpNodePtr expr);
188 xmlExpMaxToken (xmlExpNodePtr expr);
191 xmlExpNodePtr expr,
196 xmlExpNodePtr expr,
201 xmlExpNodePtr expr,
206 xmlExpNodePtr expr,
210 xmlExpNodePtr expr,
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/pending/
H A Dtests.sh63 status=`expr $status + $ret`
71 status=`expr $status + $ret`
83 status=`expr $status + $ret`
88 status=`expr $status + $ret`
93 status=`expr $status + $ret`
101 status=`expr $status + $ret`
109 status=`expr $status + $ret`
121 status=`expr $status + $ret`
126 status=`expr $status + $ret`
134 status=`expr
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/allow_query/
H A Dtests.sh68 n=`expr $n + 1`
75 status=`expr $status + $ret`
78 n=`expr $n + 1`
89 status=`expr $status + $ret`
92 n=`expr $n + 1`
103 status=`expr $status + $ret`
106 n=`expr $n + 1`
117 status=`expr $status + $ret`
120 n=`expr $n + 1`
131 status=`expr
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathExpression.cpp46 RefPtr<XPathExpression> expr = XPathExpression::create(); local
49 expr->m_topExpression = parser.parseStatement(expression, resolver, ec);
50 if (!expr->m_topExpression)
53 return expr.release();
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/gost/
H A Dtests.sh37 n=`expr $n + 1`
39 status=`expr $status + $ret`
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/tkey/
H A Dtests.sh37 status=`expr $status + $ret`
49 status=`expr $status + $ret`
60 status=`expr $status + $ret`
68 status=`expr $status + $ret`
79 status=`expr $status + $ret`
90 status=`expr $status + $ret`
99 status=`expr $status + $ret`
109 status=`expr $status + $ret`
/macosx-10.9.5/gnudiff-19/diffutils/
H A Dexgettext49 directory=`expr " $i" : ' --directory=\(.*\)'`;;
51 files_from=`expr " $i" : ' --files-from=\(.*\)'`
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dpyobjc.h174 #define PyObjC_Assert(expr, retval) \
176 if (!(expr)) { PyObjCErr_InternalErrorMesg(\
177 "assertion failed: " #expr); return (retval); } \
184 #define PyObjC_Assert(expr, retval) ((void)0)
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-alg.el95 (defun calcFunc-powerexpand (expr)
96 (math-normalize (math-map-tree 'math-powerexpand expr)))
98 (defun math-powerexpand (expr)
99 (if (eq (car-safe expr) '^)
100 (let ((n (nth 2 expr)))
104 (a (nth 1 expr))
105 (prod (nth 1 expr)))
113 (a (math-pow (nth 1 expr) -1))
114 (prod (math-pow (nth 1 expr) -1)))
120 expr)))
[all...]
H A Dcalc-sel.el153 (defun calc-find-nth-part (expr calc-fnp-num)
155 (assq (car-safe expr) calc-assoc-ops))
157 (calc-find-nth-part-rec expr))
158 (if (eq (car-safe expr) 'intv)
159 (and (>= calc-fnp-num 1) (<= calc-fnp-num 2) (nth (1+ calc-fnp-num) expr))
160 (and (not (Math-primp expr)) (>= calc-fnp-num 1) (< calc-fnp-num (length expr))
161 (nth calc-fnp-num expr)))))
163 (defun calc-find-nth-part-rec (expr) ; uses num, op
164 (or (if (and (setq calc-fnp-op (assq (car-safe (nth 1 expr)) cal
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/refer/
H A Dlabel.cpp84 expression *expr; member in class:unary_expr
86 unary_expr(expression *e) : expr(e) { }
87 ~unary_expr() { delete expr; }
89 unsigned analyze() { return expr ? expr->analyze() : 0; }
107 return ((expr ? (expr->analyze() & ~CONTAINS_VARIABLE) : 0)
212 expression *expr; member in union:__anon9023
386 "$accept : expr",
387 "expr
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_expr_parse.y74 %type <exVal> expr
84 root : expr { ssl_expr_info.expr = $1; }
87 expr : T_TRUE { $$ = ssl_expr_make(op_True, NULL, NULL); } label
89 | T_OP_NOT expr { $$ = ssl_expr_make(op_Not, $2, NULL); }
90 | expr T_OP_OR expr { $$ = ssl_expr_make(op_Or, $1, $3); }
91 | expr T_OP_AND expr { $$ = ssl_expr_make(op_And, $1, $3); }
93 | '(' expr ')' {
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlzexternal/
H A Dtests.sh44 status=`expr $status + $ret`
47 status=`expr $status + $ret`
50 status=`expr $status + $ret`
53 status=`expr $status + $ret`
63 status=`expr $status + $ret`
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/virtual-time/autosign-zsk/
H A Dtests.sh39 n=`expr $n + 1`
41 status=`expr $status + $ret`
53 n=`expr $n + 1`
55 status=`expr $status + $ret`
66 n=`expr $n + 1`
68 status=`expr $status + $ret`
80 n=`expr $n + 1`
82 status=`expr $status + $ret`
95 n=`expr $n + 1`
97 status=`expr
[all...]
/macosx-10.9.5/text_cmds-87/csplit/
H A Dcsplit.c100 const char *expr; local
174 while (nfiles < maxfiles - 1 && (expr = *argv++) != NULL) {
185 if (*expr == '/' || *expr == '%') {
187 do_rexp(expr);
189 } else if (isdigit((unsigned char)*expr))
190 do_lineno(expr);
192 errx(1, "%s: unrecognised pattern", expr);
355 do_rexp(const char *expr) argument
364 if ((ecopy = strdup(expr))
437 do_lineno(const char *expr) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/forward/
H A Dtests.sh34 status=`expr $status + $ret`
42 status=`expr $status + $ret`
50 status=`expr $status + $ret`
58 status=`expr $status + $ret`
66 status=`expr $status + $ret`
74 status=`expr $status + $ret`
82 status=`expr $status + $ret`
89 status=`expr $status + $ret`
102 status=`expr $status + $ret`
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dmkpasswd81 set minlower [expr {$length - ($minnum + $minupper + $minspecial)}]
91 set p [linsert $p [rand [expr {(1+[llength $p])}]] $char]
95 expr {int($m*rand())}
108 set right [expr $max/2]
109 set left [expr $max-$right]
110 set isleft [expr !($max%2)]
112 set left [expr $max/2]
113 set right [expr $max-$left]
114 set isleft [expr $max%2]
H A Drobohunt16 set jran [expr ($jran*$ia + $ic) % $im]
41 set mask [expr $num&3]
42 set num [expr $num&31]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/pkcs11/
H A Dtests.sh56 status=`expr $status + $ret`
66 status=`expr $status + $ret`
69 status=`expr $status + $count`
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dnssec/
H A Dtests.sh71 n=`expr $n + 1`
73 status=`expr $status + $ret`
83 n=`expr $n + 1`
85 status=`expr $status + $ret`
91 n=`expr $n + 1`
93 status=`expr $status + $ret`
101 n=`expr $n + 1`
103 status=`expr $status + $ret`
113 n=`expr $n + 1`
115 status=`expr
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/rrsetorder/
H A Dtests.sh44 status=`expr $status + $ret`
55 j=`expr $i % 4`
61 cmp -s dig.out.cyclic dig.out.$j && matches=`expr $matches + 1`
72 status=`expr $status + $ret`
82 j=`expr $i % 4`
88 cmp -s dig.out.cyclic2 dig.out.$j && matches=`expr $matches + 1`
99 status=`expr $status + $ret`
121 eval "match=\`expr \$match + \$match$i\`"
126 status=`expr $status + $ret`
141 status=`expr
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/autosign/
H A Dtests.sh88 i=`expr $i + 1`
93 n=`expr $n + 1`
95 status=`expr $status + $ret`
102 n=`expr $n + 1`
104 status=`expr $status + $ret`
110 n=`expr $n + 1`
112 status=`expr $status + $ret`
165 status=`expr $status + $ret`
173 status=`expr $status + $ret`
182 status=`expr
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_nist2.in86 if expr "$result" : "#" > /dev/null; then
92 test nolimit != "${limit}" && ! expr "$name" : "$limit" > /dev/null && continue
117 if expr "$r" : "PASS" >/dev/null; then
124 elif expr "$r" : "FAIL.*" >/dev/null ; then
/macosx-10.9.5/Heimdal-323.92.1/tests/kdc/
H A Dwait-kdc.sh44 t=`expr ${t} + 2`

Completed in 154 milliseconds

1234567891011>>