Searched refs:strA (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
H A D | ittnotify_config.h | 426 h->strA = NULL; \ 441 h->strA = name ? __itt_fstrdup(name) : NULL; \
|
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 761 static Char strA[] = {033, '[', 'A', '\0'}; in DefaultArrowKeys() local 776 if (strA[0] == 033) in DefaultArrowKeys() 778 strA[0] = CTL_ESC('\033'); in DefaultArrowKeys() 795 cs.buf = strA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys() 810 cs.buf = &strA[1]; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_config.h | 562 h->strA = NULL; \ 578 h->strA = name ? __itt_fstrdup(name) : NULL; \
|
H A D | ittnotify_static.cpp | 557 if (h->strA != NULL && !__itt_fstrcmp(h->strA, name)) in ITT_VERSIONIZE() 1317 free((char *)current_string->strA); in __itt_free_allocated_resources()
|
H A D | ittnotify.h | 2053 const char *strA; /*!< Copy of original string in ASCII. */ member
|
/freebsd/contrib/libedit/ |
H A D | terminal.c | 1032 static const wchar_t strA[] = L"\033[A"; in terminal_reset_arrow() local 1045 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1060 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
|