Home
last modified time | relevance | path

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

/external/bc/include/
Dbc.h59 typedef struct BcLexKeyword { struct
62 } BcLexKeyword; typedef
72 extern const BcLexKeyword bc_lex_kws[];
/external/bc/src/
Ddata.c679 const BcLexKeyword bc_lex_kws[] = {
718 const size_t bc_lex_kws_len = sizeof(bc_lex_kws) / sizeof(BcLexKeyword);
Dbc_lex.c52 const BcLexKeyword *kw = bc_lex_kws + i; in bc_lex_identifier()
/external/toybox/toys/pending/
Dbc.c458 typedef struct BcLexKeyword { struct
460 } BcLexKeyword; argument
715 BcLexKeyword bc_lex_kws[] = {
739 size_t bc_lex_kws_len = sizeof(bc_lex_kws) / sizeof(BcLexKeyword);
2620 BcLexKeyword *kw = bc_lex_kws + i; in bc_lex_identifier()