Searched refs:bc_lex_vposixErr (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | bc.c | 471 #define bc_lex_vposixErr(l, e, ...) \ macro 2626 s = bc_lex_vposixErr(l, BC_ERROR_POSIX_KW, kw->name); in bc_lex_identifier() 2639 if (l->str.len - 1 > 1) s = bc_lex_vposixErr(l, BC_ERROR_POSIX_NAME_LEN, buf); in bc_lex_identifier() 2710 s = bc_lex_vposixErr(l, BC_ERROR_POSIX_BOOL, "!"); in bc_lex_token() 2744 s = bc_lex_vposixErr(l, BC_ERROR_POSIX_BOOL, "&&"); in bc_lex_token() 2950 s = bc_lex_vposixErr(l, BC_ERROR_POSIX_BOOL, "||"); in bc_lex_token()
|