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

/freebsd-13-stable/contrib/bc/include/
H A Dparse.h100 bool auto_part; member in struct:BcParse
/freebsd-13-stable/contrib/bc/src/
H A Dparse.c157 p->auto_part = false;
216 p->auto_part = false;
H A Dbc_parse.c870 if (BC_ERR(!p->auto_part)) bc_parse_err(p, BC_ERR_PARSE_TOKEN);
873 p->auto_part = comma = false;
922 p->auto_part = (p->l.t != BC_LEX_KW_AUTO);
924 if (!p->auto_part) {
927 p->auto_part = true;
962 p->auto_part = false;

Completed in 119 milliseconds