Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/bc/
H A Dbc.y734 int b_space[b_sp_max]; variable
735 int *b_sp_nxt = { b_space };
750 if (b_sp_nxt >= & b_space[b_sp_max]) in bundle()
764 if (p >= &b_space[0] && p < &b_space[b_sp_max]) { in routput()
777 b_sp_nxt = & b_space[0]; in output()
811 b_sp_nxt = &b_space[0]; in yyerror()