/src/usr.sbin/lpr/lpc/ |
lpc.c | 161 const char *elline; local in function:cmdscanner 177 if (((elline = el_gets(elptr, &scratch)) != NULL) 179 history(hist, &he, H_ENTER, elline); 180 cmdline = strdup(elline);
|
/src/usr.bin/cdplay/ |
cdplay.c | 205 const char *elline; local in function:main 299 if (((elline = el_gets(elptr, &scratch)) != NULL) 301 history(hist, &he, H_ENTER, elline); 302 line = strdup(elline);
|
/src/sbin/fsdb/ |
fsdb.c | 354 const char *elline; local in function:cmdloop 376 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) { 378 printf("command `%s'\n", elline); 380 history(hist, &he, H_ENTER, elline); 382 line = strdup(elline);
|