Searched refs:dcheck (Results 1 – 9 of 9) sorted by relevance
56 dcheck() function78 dcheck '(set -e; exit 1; echo ERR$?); echo OK$?' 'OK1'84 dcheck '(set -e; false; echo ERR$?); echo OK$?' 'OK1'88 dcheck '(set -e; /nonexistent; echo ERR); echo OK' 'OK'90 dcheck '(set -e; nonexistent-program-on-path; echo ERR); echo OK' 'OK'92 dcheck 'f() { false; }; (set -e; f; echo ERR); echo OK' 'OK'94 dcheck 'f() { return 1; }; (set -e; f; echo ERR); echo OK' 'OK'100 dcheck 'f() { false; echo ERR; }; (set -e; f); echo OK' 'OK'104 dcheck 'f() { set +e; false; echo OK; }; (set -e; f); echo OK' 'OK OK'113 dcheck '(set -e; (set +e; false; echo OK; false); echo OK)' 'OK'[all …]
22 int dcheck(INTERVAL);157 if (dcheck($3)) YYERROR;162 if (dcheck ( $3 )) YYERROR;291 dcheck(INTERVAL v) in dcheck() function
23 int dcheck(INTERVAL);159 if (dcheck($3)) YYERROR;164 if (dcheck ( $3 )) YYERROR;293 dcheck(INTERVAL v)
20 int dcheck(INTERVAL);155 if (dcheck($3)) YYERROR;160 if (dcheck ( $3 )) YYERROR;310 dcheck(INTERVAL v) in dcheck() function
121 int dcheck(INTERVAL);475 dcheck(INTERVAL v) in dcheck() function828 if (dcheck(yystack.l_mark[0].vval)) YYERROR; in YYPARSE_DECL()835 if (dcheck ( yystack.l_mark[0].vval )) YYERROR; in YYPARSE_DECL()
122 int dcheck(INTERVAL);476 dcheck(INTERVAL v) in dcheck() function829 if (dcheck(yystack.l_mark[0].vval)) YYERROR; in YYPARSE_DECL()836 if (dcheck ( yystack.l_mark[0].vval )) YYERROR; in YYPARSE_DECL()
142 int dcheck(INTERVAL);637 dcheck(INTERVAL v) in dcheck() function1461 if (dcheck(yystack.l_mark[0].vval)) YYERROR; in YYPARSE_DECL()1468 if (dcheck ( yystack.l_mark[0].vval )) YYERROR; in YYPARSE_DECL()
141 int dcheck(INTERVAL);636 dcheck(INTERVAL v) in dcheck() function1460 if (dcheck(yystack.l_mark[0].vval)) YYERROR; in YYPARSE_DECL()1467 if (dcheck ( yystack.l_mark[0].vval )) YYERROR; in YYPARSE_DECL()
138 int dcheck(INTERVAL);603 dcheck(INTERVAL v) in dcheck() function1513 if (dcheck(yystack.l_mark[0].vval)) YYERROR; in YYPARSE_DECL()1521 if (dcheck ( yystack.l_mark[0].vval )) YYERROR; in YYPARSE_DECL()