Home
last modified time | relevance | path

Searched refs:C_PREFIX (Results 1 – 8 of 8) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/commands/
H A DHandlerActivationTest.java95 public static final String C_PREFIX = "org.eclipse.ui.tests.contexts."; field in HandlerActivationTest
99 public static final String C2_ID = C_PREFIX
102 public static final String C3_ID = C_PREFIX + ISources.ACTIVE_SHELL_NAME;
104 public static final String C4_ID = C_PREFIX
109 public static final String CMD_ID = C_PREFIX + "command.testHandler";
118 { (C_PREFIX + ISources.ACTIVE_MENU_NAME),
122 public static final String H1 = C_PREFIX + "h1";
124 public static final String H2 = C_PREFIX + "h2";
126 public static final String H3 = C_PREFIX + "h3";
383 String c5_id = C_PREFIX + ISources.ACTIVE_MENU_NAME; in testForNegativeNumber()
[all …]
/dports/shells/bash/bash-5.1/lib/readline/
H A Dcolors.h118 #define C_PREFIX C_SOCK macro
H A Dcolors.c119 s = &_rl_color_indicator[C_PREFIX]; in _rl_print_prefix_color()
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dcolors.h118 #define C_PREFIX C_SOCK macro
H A Dcolors.c119 s = &_rl_color_indicator[C_PREFIX]; in _rl_print_prefix_color()
/dports/devel/readline/readline-8.1/
H A Dcolors.h118 #define C_PREFIX C_SOCK macro
H A Dcolors.c119 s = &_rl_color_indicator[C_PREFIX]; in _rl_print_prefix_color()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/tables_gen/pervasives/
H A Dccode.c110 #define C_PREFIX "PERV_" macro
125 size_t length = strlen(nameUC) + strlen(C_PREFIX) + strlen(C_SUFFIX); in C_mkIndexName()
128 strcpy(indexName, C_PREFIX); in C_mkIndexName()
139 size_t length = strlen(nameUC) + strlen(C_PREFIX); in C_mkIndexName2()
142 strcpy(indexName, C_PREFIX); in C_mkIndexName2()