OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EL_CAN_TAB
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libedit/
terminal.h
118
#define
EL_CAN_TAB
(EL_FLAGS & TERM_CAN_TAB)
terminal.c
563
if (
EL_CAN_TAB
) {
604
if (
EL_CAN_TAB
?
1282
"\tIt can%suse tabs\n",
EL_CAN_TAB
? " " : "not ");
1488
(void) fprintf(el->el_outfile, fmts,
EL_CAN_TAB
? "yes" : "no");
tty.c
1035
el->el_tty.t_tabs =
EL_CAN_TAB
? 1 : 0;
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025