Home
last modified time | relevance | path

Searched refs:BC_PARSE_FUNC (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dbc.c486 #define BC_PARSE_FUNC(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_FUNC) macro
3498 if (!BC_PARSE_FUNC(p)) return bc_parse_err(p, BC_ERROR_PARSE_TOKEN); in bc_parse_return()