Home
last modified time | relevance | path

Searched refs:T_str (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.screen.c162 #define T_str 39 macro
168 } tstr[T_str + 1];
190 for (i = 0; i < T_str + 1; i++) in terminit()
314 tstr[T_str].name = NULL; in terminit()
315 tstr[T_str].long_name = NULL; in terminit()
/freebsd/contrib/libedit/
H A Dterminal.c183 #define T_str 39 macro
294 el->el_terminal.t_str = el_calloc(T_str, in terminal_init()
375 for (tmp = tlist; tmp < &tlist[T_str]; tmp++) in terminal_alloc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp809 std::string T_str = QualType::getAsString(T_split, PrintPolicy); in dumpBareType() local
810 OS << "'" << T_str << "'"; in dumpBareType()
818 if (T_str != D_str) in dumpBareType()