Searched refs:elline (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpc/
H A Dlpc.c162 const char *elline; local
178 if (((elline = el_gets(elptr, &scratch)) != NULL)
180 history(hist, &he, H_ENTER, elline);
181 cmdline = strdup(elline);
/netbsd-6-1-5-RELEASE/sbin/fsdb/
H A Dfsdb.c248 const char *elline; local
270 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) {
272 printf("command `%s'\n", elline);
274 history(hist, &he, H_ENTER, elline);
276 line = strdup(elline);
/netbsd-6-1-5-RELEASE/usr.bin/cdplay/
H A Dcdplay.c204 const char *elline; local
298 if (((elline = el_gets(elptr, &scratch)) != NULL)
300 history(hist, &he, H_ENTER, elline);
301 line = strdup(elline);

Completed in 204 milliseconds