Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dbc.h236 #define BC_PARSE_OP_DATA(t) bc_parse_ops[((t) - BC_LEX_OP_INC)]
423 extern const uchar bc_parse_ops[];
/freebsd/contrib/bc/src/
H A Ddata.c984 const uchar bc_parse_ops[] = { variable