Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_inline.h66 | space | print | graph | cntrl | punct | alnum); in is()
78 if (this->is(punct, *__low)) __m |= punct; in is()
129 | space | print | graph | cntrl | punct | alnum); in do_is()
H A Dctype_base.h61 static const mask punct = _CTYPE_P; in _GLIBCXX_BEGIN_NAMESPACE() local
74 static const mask punct = _P; in _GLIBCXX_BEGIN_NAMESPACE() local
/freebsd-12.1/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_inline.h66 | space | print | graph | cntrl | punct | alnum); in is()
78 if (this->is(punct, *__low)) __m |= punct; in is()
129 | space | print | graph | cntrl | punct | alnum); in do_is()
H A Dctype_base.h58 static const mask punct = _CTYPE_P; member
71 static const mask punct = _P; member
/freebsd-12.1/contrib/mandoc/
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.c1929 const struct roff_node *link, *descr, *punct; in termp_lk_pre() local
1935 punct = n->last; in termp_lk_pre()
1936 while (punct != link && punct->flags & NODE_DELIMC) in termp_lk_pre()
1937 punct = punct->prev; in termp_lk_pre()
1938 punct = punct->next; in termp_lk_pre()
1941 if ((descr = link->next) != NULL && descr != punct) { in termp_lk_pre()
1943 while (descr != punct) { in termp_lk_pre()
1960 while (punct != NULL) { in termp_lk_pre()
1962 term_word(p, punct->string); in termp_lk_pre()
1963 punct = punct->next; in termp_lk_pre()
/freebsd-12.1/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm351 my ($in_brace, @punct) = '';
362 push @punct, ns, $_;
372 splice (@punct), $_;
375 push @new, @punct;
/freebsd-12.1/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm378 my ($in_brace, @punct) = '';
389 push @punct, ns, $_;
399 splice (@punct), $_;
402 push @new, @punct;
/freebsd-12.1/contrib/libc++/src/
H A Dlocale.cpp1061 punct | print, punct | print, in classic_table()
1062 punct | print, punct | print, in classic_table()
1063 punct | print, punct | print, in classic_table()
1064 punct | print, punct | print, in classic_table()
1065 punct | print, punct | print, in classic_table()
1066 punct | print, punct | print, in classic_table()
1067 punct | print, punct | print, in classic_table()
1073 punct | print, punct | print, in classic_table()
1074 punct | print, punct | print, in classic_table()
1075 punct | print, punct | print, in classic_table()
[all …]
/freebsd-12.1/contrib/libstdc++/config/os/generic/
H A Dctype_base.h56 static const mask punct = 1 << 9; member
/freebsd-12.1/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_base.h56 static const mask punct = 020; member
/freebsd-12.1/contrib/libstdc++/config/os/aix/
H A Dctype_base.h56 static const mask punct = _ISPUNCT; member
/freebsd-12.1/contrib/libstdc++/config/os/hpux/
H A Dctype_base.h56 static const mask punct = _ISPUNCT; member
/freebsd-12.1/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_base.h62 static const mask punct = _ISpunct; member
/freebsd-12.1/contrib/libstdc++/config/os/djgpp/
H A Dctype_base.h53 static const mask punct = __dj_ISPUNCT; // Punctuation member
/freebsd-12.1/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_base.h57 static const mask punct = _ISPUNCT; member
/freebsd-12.1/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_base.h58 static const mask punct = _ISPUNCT; member
/freebsd-12.1/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_base.h56 static const mask punct = _ISpunct; member
/freebsd-12.1/contrib/libstdc++/config/os/tpf/
H A Dctype_base.h56 static const mask punct = _ISpunct; member
/freebsd-12.1/contrib/libstdc++/config/os/uclibc/
H A Dctype_base.h64 static const mask punct = _ISpunct; member
/freebsd-12.1/contrib/libstdc++/config/os/mingw32/
H A Dctype_base.h56 static const mask punct = _PUNCT; member
/freebsd-12.1/contrib/libstdc++/config/os/windiss/
H A Dctype_base.h56 static const mask punct = _P; member
/freebsd-12.1/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_base.h56 static const mask punct = _P; member

123