Searched refs:dash (Results 1 – 25 of 130) sorted by relevance
123456
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | ObjCRuntime.cpp | 50 std::size_t dash = input.rfind('-'); in tryParse() local 55 if (dash != StringRef::npos && dash + 1 != input.size() && in tryParse() 56 (input[dash+1] < '0' || input[dash+1] > '9')) { in tryParse() 57 dash = StringRef::npos; in tryParse() 62 StringRef runtimeName = input.substr(0, dash); in tryParse() 87 if (dash != StringRef::npos) { in tryParse() 88 StringRef verString = input.substr(dash + 1); in tryParse()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-error/ |
| H A D | scalar.tml | 7 === dash dash 2 12 === dash 42 === double-dash
|
| /openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
| H A D | cp-to-llvm.sh | 29 dash=$(echo "$I---------------------------" | cut -c -27 |\ 31 …sed -e '1s|^//=*-* .*\..* -*.*=*// *$|//===--- '"$I $dash"'-*- mode:c++;eval:(read-only-mode) -*-=…
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Fl/ |
| H A D | multiarg.out_markdown | 11 gets its own dash. 15 get no dash.
|
| H A D | multiarg.out_ascii | 7 Each group of flags in --aa --bb --cc --ddeeff gets its own dash. 9 Punctuation characters like in [--aa | --bb] get no dash.
|
| H A D | noarg.out_markdown | 11 a dash.
|
| H A D | noarg.out_ascii | 7 Without an argument, it yields -- a dash.
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/ |
| H A D | nested.out_markdown | 25 dash: 31 dash compact:
|
| H A D | Makefile | 3 REGRESS_TARGETS = item inset diag ohang bullet dash enum hang tag 11 UTF8_TARGETS = dash
|
| H A D | nested.out_ascii | 15 dash: 20 dash compact:
|
| H A D | secstart.out_markdown | 13 ## dash
|
| H A D | emptyitem.out_markdown | 17 dash list:
|
| H A D | empty.out_markdown | 13 dash list:
|
| H A D | empty.out_ascii | 9 dash list:
|
| H A D | emptyitem.out_ascii | 14 dash list:
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | encod04.t | 20 my $dash; 24 $dash = '—'; 29 $dash = '--'; 45 if( grep m{Dash $dash}, @output_lines ) {
|
| /openbsd-src/usr.bin/cut/ |
| H A D | cut.c | 159 int dash, n; in read_number() local 164 dash = *q == '-'; in read_number() 170 if (dash) in read_number()
|
| /openbsd-src/regress/usr.bin/pkg-config/pcdir/ |
| H A D | vers4.pc | 1 Name: dash-stable
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | dllwrap.c | 250 char *dash, *slash, *cp; in deduce_name() local 252 dash = NULL; in deduce_name() 257 dash = cp; in deduce_name() 265 dash = NULL; in deduce_name() 271 if (dash != NULL) in deduce_name() 275 cmd = look_for_prog (prog_name, program_name, dash - program_name + 1); in deduce_name()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | dllwrap.c | 245 const char *dash; in deduce_name() local 249 dash = NULL; in deduce_name() 254 dash = cp; in deduce_name() 263 dash = NULL; in deduce_name() 269 if (dash != NULL) in deduce_name() 272 cmd = look_for_prog (name, prog_name, dash - prog_name + 1); in deduce_name()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
| H A D | msan.cpp | 309 static const u32 dash = '-'; in SetAllocaOrigin() local 311 dash + (dash << 8) + (dash << 16) + (dash << 24); in SetAllocaOrigin()
|
| /openbsd-src/regress/usr.bin/mandoc/man/IP/ |
| H A D | bullet.out_html | 9 <ul class="Bl-dash">
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Tg/ |
| H A D | list.out_html | 1 <ul class="Bl-dash" id="dashlist">
|
| /openbsd-src/regress/usr.bin/mandoc/char/unicode/ |
| H A D | man.out_utf8 | 9 m-dash: — = —
|
| H A D | mdoc.out_utf8 | 9 m-dash: — = —
|
123456