Home
last modified time | relevance | path

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

12

/src/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm378 my ($in_brace, @punct) = '';
389 push @punct, ns, $_;
399 splice (@punct), $_;
402 push @new, @punct;
/src/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;
/src/contrib/mandoc/
H A Dmdoc_markdown.c1370 const struct roff_node *link, *descr, *punct; in md_pre_Lk() local
1376 punct = n->last; in md_pre_Lk()
1377 while (punct != link && punct->flags & NODE_DELIMC) in md_pre_Lk()
1378 punct = punct->prev; in md_pre_Lk()
1379 punct = punct->next; in md_pre_Lk()
1383 if (descr == punct) in md_pre_Lk()
1390 } while (descr != punct); in md_pre_Lk()
1400 while (punct != NULL) { in md_pre_Lk()
1401 md_word(punct->string); in md_pre_Lk()
1402 punct = punct->next; in md_pre_Lk()
H A Dmdoc_html.c1262 const struct roff_node *link, *descr, *punct; in mdoc_lk_pre() local
1269 punct = n->last; in mdoc_lk_pre()
1270 while (punct != link && punct->flags & NODE_DELIMC) in mdoc_lk_pre()
1271 punct = punct->prev; in mdoc_lk_pre()
1272 punct = punct->next; in mdoc_lk_pre()
1276 if (descr == punct) in mdoc_lk_pre()
1284 } while (descr != punct); in mdoc_lk_pre()
1288 while (punct != NULL) { in mdoc_lk_pre()
1290 print_text(h, punct->string); in mdoc_lk_pre()
1291 punct = punct->next; in mdoc_lk_pre()
H A Dmdoc_man.c1597 const struct roff_node *link, *descr, *punct; in pre_lk() local
1603 punct = n->last; in pre_lk()
1604 while (punct != link && punct->flags & NODE_DELIMC) in pre_lk()
1605 punct = punct->prev; in pre_lk()
1606 punct = punct->next; in pre_lk()
1609 if ((descr = link->next) != NULL && descr != punct) { in pre_lk()
1611 while (descr != punct) { in pre_lk()
1623 while (punct != NULL) { in pre_lk()
1624 print_word(punct->string); in pre_lk()
1625 punct = punct->next; in pre_lk()
H A Dmdoc_term.c1881 const struct roff_node *link, *descr, *punct; in termp_lk_pre() local
1887 punct = n->last; in termp_lk_pre()
1888 while (punct != link && punct->flags & NODE_DELIMC) in termp_lk_pre()
1889 punct = punct->prev; in termp_lk_pre()
1890 punct = punct->next; in termp_lk_pre()
1893 if ((descr = link->next) != NULL && descr != punct) { in termp_lk_pre()
1895 while (descr != punct) { in termp_lk_pre()
1910 while (punct != NULL) { in termp_lk_pre()
1912 term_word(p, punct->string); in termp_lk_pre()
1913 punct = punct->next; in termp_lk_pre()
/src/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp696 const ctype_base::mask ctype_base::punct; member in ctype_base
918 space | blank | print, punct | print, in classic_table()
919 punct | print, punct | print, in classic_table()
920 punct | print, punct | print, in classic_table()
921 punct | print, punct | print, in classic_table()
922 punct | print, punct | print, in classic_table()
923 punct | print, punct | print, in classic_table()
924 punct | print, punct | print, in classic_table()
925 punct | print, punct | print, in classic_table()
931 punct | print, punct | print, in classic_table()
[all …]
H A Dregex.cpp318 {"punct", ctype_base::punct},
/src/bin/sh/tests/builtins/
H A Dcase8.021 [![:alnum:][:punct:]]) ;;
/src/contrib/netbsd-tests/lib/libc/regex/data/
H A Dbracket.in45 [[:punct:]]+ - S%-&T %-&
/src/contrib/llvm-project/libcxx/include/
H A D__locale307 static const mask punct = 1 << 7;
326 static const mask punct = _ISpunct;
343 static const mask punct = _PUNCT;
364 static const mask punct = _CTYPE_P;
385 static const mask punct = _ISPUNCT;
401 static const mask punct = static_cast<mask>(_P);
419 static const mask punct = _ISPUNCT_A;
431 static const mask punct = __ISPUNCT;
440 static const mask graph = alnum | punct;
445 … digit | punct | xdigit | blank)) == __regex_word,
[all …]
/src/contrib/flex/src/
H A Dscan.l848 "[:punct:]" BEGIN(CCL); return CCE_PUNCT;
861 "[:^punct:]" BEGIN(CCL); return CCE_NEG_PUNCT;
/src/include/xlocale/
H A D_ctype.h133 XLOCALE_ISCTYPE(punct, _CTYPE_P)
/src/share/ctypedef/
H A Dhi_IN.ISCII-DEV.src727 punct <EXCLAMATION_MARK>;/
H A Dhy_AM.ARMSCII-8.src572 punct <EXCLAMATION_MARK>;/
H A Del_GR.ISO8859-7.src1389 punct <EXCLAMATION_MARK>;/
H A Duk_UA.CP1251.src1613 punct <EXCLAMATION_MARK>;/
H A Dbe_BY.CP1131.src1610 punct <EXCLAMATION_MARK>;/
H A Dca_IT.ISO8859-1.src4202 punct <EXCLAMATION_MARK>;/
H A Den_US.ISO8859-1.src4200 punct <EXCLAMATION_MARK>;/
H A Dzh_TW.Big5.src6837 punct <EXCLAMATION_MARK>;/
H A Dzh_CN.eucCN.src10830 punct <EXCLAMATION_MARK>;/
/src/lib/libc/regex/grot/
H A Dtests316 [[:punct:]]+ - S%-&T %-&
/src/contrib/flex/
H A DONEWS277 [:lower:] [:print:] [:punct:] [:space:] [:upper:] [:xdigit:]
/src/sys/contrib/dev/rtw89/
H A Dfw.c3651 u16 punct = bss_conf->chanreq.oper.punctured; local
3653 h2c->w4 |= le32_encode_bits(~punct,

12