Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bc/
H A Dbc.y76 char cary[LINE_MAX+1]; variable
77 char *cp = { cary };
78 char *cpend = &cary[LINE_MAX]; /* last address (not the null char) */
777 cp = cary; in output()
804 cp = cary; in yyerror()