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

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dcontext.c64 if (cx.x_type != 0) {
71 cx.x_type = 0;
88 cx.x_type = 0;
96 cx.x_type = X_FILE;
120 cx.x_type = X_BUF;
130 switch (cx.x_type) {
H A Derror.c66 for (x = &cx; x != 0 && x->x_type != X_FILE; x = x->x_link)
102 if (cx.x_type == X_FILE && cx.x_errwin != 0) {
H A Dcontext.h45 char x_type; /* tag for union */ member in struct:context
81 /* x_type values, 0 is reserved */
H A Dscanner.c60 switch (cx.x_type) {
85 switch (cx.x_type) {
H A Dparser5.c104 int tmp = cx.x_type == X_BUF && cx.x_arg != 0 &&
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcharset.exp604 proc string_display { var_name set_prefix x_size x_type} {
606 gdb_test "x /2${x_size}s ${var_name}" ".* ${x_type}\"Test String\"\[\r\n\]+.* ${x_type}\"with zeroes\"" "Display String ${var_name} with x/${x_size}s"

Completed in 105 milliseconds