Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/bc/dist/
H A Dscan.l71 static const char *bcel_line = (char *)NULL; variable
98 bcel_line = el_gets(edit, &bcel_len); in bcel_input()
99 if (bcel_line == NULL) { in bcel_input()
106 history (hist, &histev, H_ENTER, bcel_line); in bcel_input()
112 strncpy (buf, bcel_line, bcel_len); in bcel_input()
118 strncpy (buf, bcel_line, max); in bcel_input()
120 bcel_line += max; in bcel_input()