Searched refs:check_condition (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c102 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro
756 check_condition(ls, fs->f->is_vararg,
935 check_condition(ls, VLOCAL <= lh->v.k && lh->v.k <= VINDEXED,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dppc-linux-nat.c1871 check_condition (CORE_ADDR watch_addr, struct expression *cond, function
1946 && check_condition (addr, cond, &data_value, &len));
1966 if (cond && use_condition && check_condition (addr, cond,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.y1136 check_condition (char * base)
1188 if (check_condition (condition_opcode_table[ci].string))

Completed in 499 milliseconds