Home
last modified time | relevance | path

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

123

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
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 …]
Dctype_base.h59 static const mask punct = 1 << 9; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/
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()
Dctype_base.h57 static const mask punct = _CTYPE_P; in _GLIBCXX_VISIBILITY() member
71 static const mask punct = _P; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/
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()
Dctype_base.h55 static const mask punct = _CTYPE_P; in _GLIBCXX_VISIBILITY() member
69 static const mask punct = _P; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/bsd/mdocml/dist/
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()
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()
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()
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/src/external/bsd/flex/dist/tests/
Dccl.txt8 ^punct:abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEF Z@punct@
Dccl.l49 ^"^punct:"[[:^punct:]]+@punct@\n printf("OK: %s", yytext); ++yylineno; return 1;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
Dctype_base.h57 static const mask punct = _C_PUNCT; in _GLIBCXX_VISIBILITY() member
78 static const mask punct = _PU; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
Dctype_base.h53 static const mask punct = 1 << 9; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/
Dctype_base.h57 static const mask punct = _CTYPE_P; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
Dctype_base.h50 static const mask punct = __dj_ISPUNCT; // Punctuation in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/tpf/
Dctype_base.h53 static const mask punct = _ISpunct; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/
Dctype_base.h58 static const mask punct = _ISpunct; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/solaris/
Dctype_base.h55 static const mask punct = _ISPUNCT; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
Dctype_base.h53 static const mask punct = _ISPUNCT; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/
Dctype_base.h53 static const mask punct = _ISPUNCT; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/uclibc/
Dctype_base.h60 static const mask punct = _ISpunct; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/newlib/
Dctype_base.h53 static const mask punct = _P; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/qnx/qnx6.1/
Dctype_base.h58 static const mask punct = _PU; in _GLIBCXX_VISIBILITY() member
/netbsd/src/distrib/utils/libhack/
Dmultibyte.c186 MAPSINGLE(punct) in MAPSINGLE()
213 WCTENTRY(punct)

123