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

/freebsd-10.2-release/sbin/fsdb/
H A Dfsdb.c225 const char *elline; local
247 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) {
249 printf("command `%s'\n", elline);
251 history(hist, &he, H_ENTER, elline);
253 line = strdup(elline);
273 strcpy(line, elline);

Completed in 127 milliseconds