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.y51 char cary[LINE_MAX+1]; variable
52 char *cp = { cary };
53 char *cpend = &cary[LINE_MAX]; /* last address (not the null char) */
944 cp = cary; in output()
971 cp = cary; in yyerror()