Home
last modified time | relevance | path

Searched refs:punct (Results 1 – 25 of 104) sorted by relevance

12345

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_configure_char.cc81 ctype_base::mask(punct | print) /* ! */, in classic_table()
82 ctype_base::mask(punct | print) /* " */, in classic_table()
83 ctype_base::mask(punct | print) /* # */, in classic_table()
84 ctype_base::mask(punct | print) /* $ */, in classic_table()
85 ctype_base::mask(punct | print) /* % */, in classic_table()
86 ctype_base::mask(punct | print) /* & */, in classic_table()
87 ctype_base::mask(punct | print) /* ' */, in classic_table()
88 ctype_base::mask(punct | print) /* ( */, in classic_table()
89 ctype_base::mask(punct | print) /* ) */, in classic_table()
90 ctype_base::mask(punct | print) /* * */, in classic_table()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_configure_char.cc81 ctype_base::mask(punct | print) /* ! */, in classic_table()
82 ctype_base::mask(punct | print) /* " */, in classic_table()
83 ctype_base::mask(punct | print) /* # */, in classic_table()
84 ctype_base::mask(punct | print) /* $ */, in classic_table()
85 ctype_base::mask(punct | print) /* % */, in classic_table()
86 ctype_base::mask(punct | print) /* & */, in classic_table()
87 ctype_base::mask(punct | print) /* ' */, in classic_table()
88 ctype_base::mask(punct | print) /* ( */, in classic_table()
89 ctype_base::mask(punct | print) /* ) */, in classic_table()
90 ctype_base::mask(punct | print) /* * */, in classic_table()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_configure_char.cc81 ctype_base::mask(punct | print) /* ! */, in classic_table()
82 ctype_base::mask(punct | print) /* " */, in classic_table()
83 ctype_base::mask(punct | print) /* # */, in classic_table()
84 ctype_base::mask(punct | print) /* $ */, in classic_table()
85 ctype_base::mask(punct | print) /* % */, in classic_table()
86 ctype_base::mask(punct | print) /* & */, in classic_table()
87 ctype_base::mask(punct | print) /* ' */, in classic_table()
88 ctype_base::mask(punct | print) /* ( */, in classic_table()
89 ctype_base::mask(punct | print) /* ) */, in classic_table()
90 ctype_base::mask(punct | print) /* * */, in classic_table()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_configure_char.cc81 ctype_base::mask(punct | print) /* ! */, in classic_table()
82 ctype_base::mask(punct | print) /* " */, in classic_table()
83 ctype_base::mask(punct | print) /* # */, in classic_table()
84 ctype_base::mask(punct | print) /* $ */, in classic_table()
85 ctype_base::mask(punct | print) /* % */, in classic_table()
86 ctype_base::mask(punct | print) /* & */, in classic_table()
87 ctype_base::mask(punct | print) /* ' */, in classic_table()
88 ctype_base::mask(punct | print) /* ( */, in classic_table()
89 ctype_base::mask(punct | print) /* ) */, in classic_table()
90 ctype_base::mask(punct | print) /* * */, in classic_table()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_inline.h63 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
76 if (this->is(punct, *__low)) __m |= punct; in _GLIBCXX_VISIBILITY()
128 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
H A Dctype_base.h55 static const mask punct = _CTYPE_P; in _GLIBCXX_VISIBILITY() member
69 static const mask punct = _P; in _GLIBCXX_VISIBILITY() member
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_inline.h63 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
76 if (this->is(punct, *__low)) __m |= punct; in _GLIBCXX_VISIBILITY()
128 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
H A Dctype_base.h57 static const mask punct = _CTYPE_P; in _GLIBCXX_VISIBILITY() member
71 static const mask punct = _P; in _GLIBCXX_VISIBILITY() member
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_inline.h63 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
76 if (this->is(punct, *__low)) __m |= punct; in _GLIBCXX_VISIBILITY()
128 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
H A Dctype_base.h55 static const mask punct = _CTYPE_P; in _GLIBCXX_VISIBILITY() member
69 static const mask punct = _P; in _GLIBCXX_VISIBILITY() member
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_inline.h63 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
76 if (this->is(punct, *__low)) __m |= punct; in _GLIBCXX_VISIBILITY()
128 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
H A Dctype_base.h57 static const mask punct = _CTYPE_P; in _GLIBCXX_VISIBILITY() member
71 static const mask punct = _P; in _GLIBCXX_VISIBILITY() member
/netbsd/external/bsd/mdocml/dist/
H A Dmdoc_markdown.c1342 const struct roff_node *link, *descr, *punct; in md_pre_Lk() local
1348 punct = n->last; in md_pre_Lk()
1349 while (punct != link && punct->flags & NODE_DELIMC) in md_pre_Lk()
1350 punct = punct->prev; in md_pre_Lk()
1351 punct = punct->next; in md_pre_Lk()
1355 if (descr == punct) in md_pre_Lk()
1362 } while (descr != punct); in md_pre_Lk()
1372 while (punct != NULL) { in md_pre_Lk()
1373 md_word(punct->string); in md_pre_Lk()
1374 punct = punct->next; in md_pre_Lk()
H A Dmdoc_html.c1285 const struct roff_node *link, *descr, *punct; in mdoc_lk_pre() local
1292 punct = n->last; in mdoc_lk_pre()
1293 while (punct != link && punct->flags & NODE_DELIMC) in mdoc_lk_pre()
1294 punct = punct->prev; in mdoc_lk_pre()
1295 punct = punct->next; in mdoc_lk_pre()
1299 if (descr == punct) in mdoc_lk_pre()
1307 } while (descr != punct); in mdoc_lk_pre()
1311 while (punct != NULL) { in mdoc_lk_pre()
1313 print_text(h, punct->string); in mdoc_lk_pre()
1314 punct = punct->next; in mdoc_lk_pre()
H A Dmdoc_man.c1574 const struct roff_node *link, *descr, *punct; in pre_lk() local
1580 punct = n->last; in pre_lk()
1581 while (punct != link && punct->flags & NODE_DELIMC) in pre_lk()
1582 punct = punct->prev; in pre_lk()
1583 punct = punct->next; in pre_lk()
1586 if ((descr = link->next) != NULL && descr != punct) { in pre_lk()
1588 while (descr != punct) { in pre_lk()
1602 while (punct != NULL) { in pre_lk()
1603 print_word(punct->string); in pre_lk()
1604 punct = punct->next; in pre_lk()
H A Dmdoc_term.c1924 const struct roff_node *link, *descr, *punct; in termp_lk_pre() local
1930 punct = n->last; in termp_lk_pre()
1931 while (punct != link && punct->flags & NODE_DELIMC) in termp_lk_pre()
1932 punct = punct->prev; in termp_lk_pre()
1933 punct = punct->next; in termp_lk_pre()
1936 if ((descr = link->next) != NULL && descr != punct) { in termp_lk_pre()
1938 while (descr != punct) { in termp_lk_pre()
1955 while (punct != NULL) { in termp_lk_pre()
1957 term_word(p, punct->string); in termp_lk_pre()
1958 punct = punct->next; in termp_lk_pre()
/netbsd/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
H A DMdoc.pm351 my ($in_brace, @punct) = '';
362 push @punct, ns, $_;
372 splice (@punct), $_;
375 push @new, @punct;
/netbsd/external/bsd/flex/dist/tests/
H A Dccl.txt8 ^punct:abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEF Z@punct@
H A Dccl.l49 ^"^punct:"[[:^punct:]]+@punct@\n printf("OK: %s", yytext); ++yylineno; return 1;
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
H A Dctype_base.h57 static const mask punct = _C_PUNCT; in _GLIBCXX_VISIBILITY() member
78 static const mask punct = _PU; in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_inline.h62 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
110 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_inline.h62 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
110 | space | print | graph | cntrl | punct | alnum in _GLIBCXX_VISIBILITY()
/netbsd/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp1074 punct | print, punct | print, in classic_table()
1075 punct | print, punct | print, in classic_table()
1076 punct | print, punct | print, in classic_table()
1077 punct | print, punct | print, in classic_table()
1078 punct | print, punct | print, in classic_table()
1079 punct | print, punct | print, in classic_table()
1080 punct | print, punct | print, in classic_table()
1086 punct | print, punct | print, in classic_table()
1087 punct | print, punct | print, in classic_table()
1088 punct | print, punct | print, in classic_table()
[all …]
/netbsd/external/gpl2/groff/dist/src/preproc/refer/
H A Drefer.cpp109 static void split_punct(string &line, string &punct);
517 string punct; in do_file() local
519 split_punct(pending_line, punct); in do_file()
531 pending_line += punct; in do_file()
655 static void split_punct(string &line, string &punct) in split_punct() argument
674 punct.append(last_token_start, end - last_token_start); in split_punct()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Dctype_base.h53 static const mask punct = 1 << 9; in _GLIBCXX_VISIBILITY() member

12345