Home
last modified time | relevance | path

Searched defs:check_condition (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.y1559 check_condition (const char * base, struct condition_symbol *t, unsigned int num) in check_condition() function
H A Drx-parse.c4905 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 Drx-parse.y1559 check_condition (const char * base, struct condition_symbol *t, unsigned int num) in check_condition() function
H A Drx-parse.c4905 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 Dlparser.c126 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro