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

  /src/external/gpl3/gdb.old/dist/gdb/
location.c 572 it is an hyphen. Don't skip the first char always, because we
575 const char *hyphen local
582 hyphen = skip_op_false_positives (start, hyphen);
585 const char *end = first_of (hyphen, comma);
  /src/external/gpl3/gdb/dist/gdb/
location.c 572 it is an hyphen. Don't skip the first char always, because we
575 const char *hyphen local
582 hyphen = skip_op_false_positives (start, hyphen);
585 const char *end = first_of (hyphen, comma);
  /src/external/gpl2/groff/dist/src/roff/troff/
node.h 25 unsigned char hyphen; member in struct:hyphen_list
619 : hyphen(0), breakable(0), hyphenation_code(code), next(p)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-options.c 1158 char *hyphen = strchr (cpu_name, '-'); local
1159 if (hyphen)
1160 *hyphen = 0;
1165 if (hyphen)
1168 argv[0] += hyphen - cpu_name + 1;
1173 /* If hyphen found restore argv[0]. */
1174 if (hyphen)
1175 argv[0] -= hyphen - cpu_name + 1;
  /src/external/gpl3/gdb/dist/sim/common/
sim-options.c 1158 char *hyphen = strchr (cpu_name, '-'); local
1159 if (hyphen)
1160 *hyphen = 0;
1165 if (hyphen)
1168 argv[0] += hyphen - cpu_name + 1;
1173 /* If hyphen found restore argv[0]. */
1174 if (hyphen)
1175 argv[0] -= hyphen - cpu_name + 1;
  /src/usr.bin/make/unit-tests/
Makefile 196 TESTS+= directive-hyphen-include
318 TESTS+= sh-leading-hyphen
571 SED_CMDS.sh-leading-hyphen= ${STD_SED_CMDS.shell}

Completed in 66 milliseconds