HomeSort by: relevance | last modified time | path
    Searched defs:HELLO (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
gm-hello.cc 20 #define HELLO CONCAT2 (hello_, SHLIB)
22 #define HELLO hello
25 std::string HELLO ("Hello.");
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
gm-hello.cc 20 #define HELLO CONCAT2 (hello_, SHLIB)
22 #define HELLO hello
25 std::string HELLO ("Hello.");
  /src/external/mit/libuv/dist/test/
test-tty-escape-sequence-processing.c 37 #define HELLO "Hello"
1093 make_expect_screen_write(&expect, cursor_pos, HELLO);
1094 make_expect_screen_set_attr(&expect, cursor_pos, strlen(HELLO), attr);
1098 buffer, sizeof(buffer), "%s%dm%s%sm", CSI, fg_attrs[i][0], HELLO, CSI);
1112 make_expect_screen_write(&expect, cursor_pos, HELLO);
1113 make_expect_screen_set_attr(&expect, cursor_pos, strlen(HELLO), attr);
1117 buffer, sizeof(buffer), "%s%dm%s%sm", CSI, bg_attrs[i][0], HELLO, CSI);
1133 make_expect_screen_write(&expect, cursor_pos, HELLO);
1134 make_expect_screen_set_attr(&expect, cursor_pos, strlen(HELLO), attr)
    [all...]

Completed in 15 milliseconds