Searched refs:rl_line (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/bc-21/bc/bc/
H A Dscan.l140 static char *rl_line = (char *)NULL;
182 rl_line = rl_start;
183 rl_len = strlen (rl_line)+1;
185 add_history (rl_line);
186 rl_line[rl_len-1] = '\n';
192 strncpy (buf, rl_line, rl_len);
198 strncpy (buf, rl_line, max);
200 rl_line += max;
H A Dscan.c728 static char *rl_line = (char *)NULL; variable
770 rl_line = rl_start;
771 rl_len = strlen (rl_line)+1;
773 add_history (rl_line);
774 rl_line[rl_len-1] = '\n';
780 strncpy (buf, rl_line, rl_len);
786 strncpy (buf, rl_line, max);
788 rl_line += max;

Completed in 178 milliseconds