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 2628 s = bc_lex_vposixErr(l, BC_ERROR_POSIX_KW, kw->name); in bc_lex_identifier() 2641 if (l->str.len - 1 > 1) s = bc_lex_vposixErr(l, BC_ERROR_POSIX_NAME_LEN, buf); in bc_lex_identifier() 2712 s = bc_lex_vposixErr(l, BC_ERROR_POSIX_BOOL, "!"); in bc_lex_token() 2746 s = bc_lex_vposixErr(l, BC_ERROR_POSIX_BOOL, "&&"); in bc_lex_token() 2952 s = bc_lex_vposixErr(l, BC_ERROR_POSIX_BOOL, "||"); in bc_lex_token()
|