Searched refs:BcLexKeyword (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Dbc.h59 typedef struct BcLexKeyword { struct
62 } BcLexKeyword; typedef in typeref:struct:BcLexKeyword
72 extern const BcLexKeyword bc_lex_kws[];
/freebsd-12-stable/contrib/bc/src/
H A Dbc_lex.c52 const BcLexKeyword *kw = bc_lex_kws + i;
H A Ddata.c679 const BcLexKeyword bc_lex_kws[] = {
718 const size_t bc_lex_kws_len = sizeof(bc_lex_kws) / sizeof(BcLexKeyword);

Completed in 108 milliseconds