OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elline
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/lpr/lpc/
lpc.c
161
const char *
elline
;
local
177
if (((
elline
= el_gets(elptr, &scratch)) != NULL)
179
history(hist, &he, H_ENTER,
elline
);
180
cmdline = strdup(
elline
);
lpc.c
161
const char *
elline
;
local
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
299
if (((
elline
= el_gets(elptr, &scratch)) != NULL)
301
history(hist, &he, H_ENTER,
elline
);
302
line = strdup(
elline
);
cdplay.c
205
const char *
elline
;
local
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
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
);
fsdb.c
354
const char *
elline
;
local
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
);
Completed in 47 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026