Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c483 #define BC_PARSE_FUNC_INNER(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_FUNC_INNER) macro
3574 else if (BC_PARSE_FUNC_INNER(p)) { in bc_parse_endBody()