| /src/external/mit/isl/dist/ |
| isl_map_list.c | 4 #undef EL 5 #define EL isl_basic_map 14 #undef EL 15 #define EL isl_map 25 #undef EL 26 #define EL isl_union_map
|
| isl_set_list.c | 4 #undef EL 5 #define EL isl_basic_set 9 #undef EL 10 #define EL isl_set 14 #undef EL 15 #define EL isl_union_set
|
| isl_ast_graft_private.h | 40 #undef EL 41 #define EL isl_ast_graft
|
| isl_constraint_private.h | 16 #undef EL 17 #define EL isl_constraint
|
| isl_list_macro.h | 3 #undef EL 4 #define EL CAT(isl_,EL_BASE) 7 #define xLIST(EL) EL ## _list 8 #define LIST(EL) xLIST(EL)
|
| isl_pw_macro.h | 3 #undef EL 4 #define EL CAT(isl_,BASE)
|
| isl_id_private.h | 32 #undef EL 33 #define EL isl_id
|
| isl_pw_print_templ.c | 9 #undef EL 10 #define EL CAT(isl_,BASE) 26 EL *el; local 31 el = FN(PW,peek_base_at)(pw, i); 32 p = FN(print_body,BASE)(p, el); 33 space = FN(EL,get_domain_space)(el);
|
| isl_union_pw_templ.c | 3 #undef EL 4 #define EL CAT(isl_,BASE) 19 __isl_give UNION *FN(FN(UNION,from),BASE)(__isl_take EL *el) 21 return FN(FN(UNION,from),PW_BASE)(FN(FN(PW,from),BASE)(el));
|
| isl_val_private.h | 25 #undef EL 26 #define EL isl_val
|
| isl_test_list_templ.c | 5 #define xLIST(EL) EL ## _list 6 #define LIST(EL) xLIST(EL) 10 #undef EL 11 #define EL CAT(isl_,EL_BASE) 13 /* Check that the conversion from SET to list of EL works as expected, 23 LIST(EL) *list; 30 n = FN(LIST(EL),size)(list); 32 EL *el local [all...] |
| isl_aff_private.h | 24 #undef EL 25 #define EL isl_aff 50 #undef EL 51 #define EL isl_pw_aff 157 #undef EL 158 #define EL isl_pw_multi_aff 222 #undef EL 223 #define EL isl_union_pw_aff 237 #undef EL 238 #define EL isl_union_pw_multi_af [all...] |
| isl_polynomial_private.h | 45 #undef EL 46 #define EL isl_qpolynomial 83 #undef EL 84 #define EL isl_pw_qpolynomial 121 #undef EL 122 #define EL isl_pw_qpolynomial_fold
|
| isl_ast_private.h | 12 #undef EL 13 #define EL isl_ast_expr 48 #undef EL 49 #define EL isl_ast_node
|
| isl_map_private.h | 80 #undef EL 81 #define EL isl_basic_set 115 #undef EL 116 #define EL isl_set
|
| isl_schedule_tree.c | 23 #undef EL 24 #define EL isl_schedule_tree
|
| /src/external/apache2/llvm/dist/llvm/lib/LineEditor/ |
| LineEditor.cpp | 102 EditLine *EL; 112 const char *ElGetPromptFn(EditLine *EL) { 114 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) 123 unsigned char ElCompletionFn(EditLine *EL, int ch) { 125 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) { 137 ::el_push(EL, const_cast<char *>(Prevs.c_str())); 144 const LineInfo *LI = ::el_line(EL); 150 ::el_insertstr(EL, Action.Text.c_str()); 164 ::el_push(EL, const_cast<char *>("\05\t")); 211 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err) [all...] |
| /src/lib/libedit/ |
| common.c | 50 #include "el.h" 62 ed_end_of_file(EditLine *el, wint_t c __attribute__((__unused__))) 65 re_goto_bottom(el); 66 *el->el_line.lastchar = '\0'; 76 ed_insert(EditLine *el, wint_t c) 78 int count = el->el_state.argument; 83 if (el->el_line.lastchar + el->el_state.argument >= 84 el->el_line.limit) { 86 if (!ch_enlargebufs(el, (size_t) count) [all...] |
| /src/usr.bin/tip/ |
| tip.c | 90 char *EL;
|
| /src/include/arpa/ |
| telnet.h | 47 #define EL 248 /* erase the current line */ 67 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 226 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| ASTUnit.cpp | 2367 SourceLocation EL = FileLoc.getLocWithOffset(Range.second); 2368 Ranges.push_back(CharSourceRange::getCharRange(BL, EL)); 2378 SourceLocation EL = FileLoc.getLocWithOffset(FixIt.RemoveRange.second); 2379 FH.RemoveRange = CharSourceRange::getCharRange(BL, EL);
|
| /src/external/bsd/tcpdump/dist/ |
| print-telnet.c | 70 #define EL 248 /* erase the current line */ 89 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0, 227 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
|