Searched refs:strA (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h426 h->strA = NULL; \
441 h->strA = name ? __itt_fstrdup(name) : NULL; \
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h534 h->strA = NULL; \
549 h->strA = name ? __itt_fstrdup(name) : NULL; \
H A Dittnotify_static.cpp423 if (h->strA != NULL && !__itt_fstrcmp(h->strA, name)) break;
H A Dittnotify.h1859 const char* strA; /*!< Copy of original string in ASCII. */ member in struct:___itt_string_handle
/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c761 static Char strA[] = {033, '[', 'A', '\0'}; local
776 if (strA[0] == 033)
778 strA[0] = CTL_ESC('\033');
795 cs.buf = strA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
810 cs.buf = &strA[1]; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
/freebsd-11-stable/lib/libedit/
H A Dterminal.c1067 static const Char strA[] = {033, '[', 'A', '\0'}; local
1080 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1095 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type);

Completed in 190 milliseconds