OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_outfile
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libedit/
filecomplete.c
577
(void)fprintf(el->
el_outfile
, "%s%s%s",
580
(void)fprintf(el->
el_outfile
, "%-*s",
583
(void)fprintf(el->
el_outfile
, "\n");
775
(void)fprintf(el->
el_outfile
, "\n");
782
(void)fprintf(el->
el_outfile
,
785
(void)fflush(el->
el_outfile
);
788
(void)fprintf(el->
el_outfile
, "\n");
terminal.c
1212
terminal_outfile = el->
el_outfile
;
1230
return fputs(literal_get(el, c), el->
el_outfile
);
1235
return fputs(buf, el->
el_outfile
);
1245
(void) fflush(el->
el_outfile
);
1275
(void) fprintf(el->
el_outfile
, "\n\tYour terminal has the\n");
1276
(void) fprintf(el->
el_outfile
, "\tfollowing characteristics:\n\n");
1277
(void) fprintf(el->
el_outfile
, "\tIt has %d columns and %d lines\n",
1279
(void) fprintf(el->
el_outfile
,
1281
(void) fprintf(el->
el_outfile
,
1283
(void) fprintf(el->
el_outfile
, "\tIt %s automatic margins\n"
[
all
...]
map.c
1145
(void) fprintf(el->
el_outfile
,
1172
(void) fprintf(el->
el_outfile
,
1183
(void) fprintf(el->
el_outfile
, "%-15s-> %ls\n",
1190
(void) fprintf(el->
el_outfile
,
1201
(void) fprintf(el->
el_outfile
,
1203
(void) fprintf(el->
el_outfile
, "el->el_map.key[%d] == %d\n",
1208
(void) fprintf(el->
el_outfile
,
1210
(void) fprintf(el->
el_outfile
, "el->el_map.alt[%d] == %d\n",
1226
(void) fprintf(el->
el_outfile
, "Standard key bindings\n");
1236
(void) fprintf(el->
el_outfile
, "Alternative key bindings\n")
[
all
...]
el.h
115
FILE *
el_outfile
; /* Stdio stuff */
member in struct:editline
keymacro.c
593
(void) fprintf(el->
el_outfile
, fmt,
601
(void) fprintf(el->
el_outfile
, fmt,
607
(void) fprintf(el->
el_outfile
,
616
(void) fprintf(el->
el_outfile
, fmt, ct_encode_string(key,
el.c
80
el->
el_outfile
= fout;
365
el->
el_outfile
= fp;
488
*fpp = el->
el_outfile
;
hist.c
199
(void) fprintf(el->
el_outfile
, "%d\t%s\n",
tty.c
1201
(void) fprintf(el->
el_outfile
, "%s%s",
1224
(void) fprintf(el->
el_outfile
, "\n%*s",
1231
(void) fprintf(el->
el_outfile
, "%c%s ",
1234
(void) fprintf(el->
el_outfile
, "%s ",
1238
(void) fprintf(el->
el_outfile
, "\n");
Completed in 16 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025