Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c464 #define BC_LEX_KW_POSIX(kw) ((kw)->data & (BC_LEX_CHAR_MSB(1))) macro
2625 if (!BC_LEX_KW_POSIX(kw)) { in bc_lex_identifier()