Searched defs:check_condition (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | rx-parse.y | 1559 check_condition (const char * base, struct condition_symbol *t, unsigned int num) in check_condition() function
|
H A D | rx-parse.c | 4905 check_condition (const char * base, struct condition_symbol *t, unsigned int num) in check_condition() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | rx-parse.y | 1559 check_condition (const char * base, struct condition_symbol *t, unsigned int num) in check_condition() function
|
H A D | rx-parse.c | 4905 check_condition (const char * base, struct condition_symbol *t, unsigned int num) in check_condition() function
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lparser.c | 126 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro
|