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

/freebsd-12-stable/contrib/bc/include/
H A Dlex.h163 BC_LEX_KW_LENGTH, enumerator in enum:BcLexType
/freebsd-12-stable/contrib/bc/src/
H A Dbc_parse.c323 if (type == BC_LEX_KW_LENGTH) flags |= BC_PARSE_ARRAY;
330 *prev = type - BC_LEX_KW_LENGTH + BC_INST_LENGTH;
1006 case BC_LEX_KW_LENGTH:
1379 case BC_LEX_KW_LENGTH:
H A Ddata.c852 BC_LEX_INVALID, BC_LEX_KW_LENGTH, BC_LEX_INVALID, BC_LEX_INVALID,

Completed in 105 milliseconds