Home
last modified time | relevance | path

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

12345678910

/illumos-gate/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c66 test_ctype(punct); in main()
78 test_ctype_subset(punct, print); in main()
83 test_ctype_subset(punct, graph); in main()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c1361 const struct roff_node *link, *descr, *punct; in md_pre_Lk() local
1367 punct = n->last; in md_pre_Lk()
1368 while (punct != link && punct->flags & NODE_DELIMC) in md_pre_Lk()
1369 punct = punct->prev; in md_pre_Lk()
1370 punct = punct->next; in md_pre_Lk()
1374 if (descr == punct) in md_pre_Lk()
1381 } while (descr != punct); in md_pre_Lk()
1391 while (punct != NULL) { in md_pre_Lk()
1392 md_word(punct->string); in md_pre_Lk()
1393 punct = punct->next; in md_pre_Lk()
H A Dmdoc_man.c1593 const struct roff_node *link, *descr, *punct; in pre_lk() local
1599 punct = n->last; in pre_lk()
1600 while (punct != link && punct->flags & NODE_DELIMC) in pre_lk()
1601 punct = punct->prev; in pre_lk()
1602 punct = punct->next; in pre_lk()
1605 if ((descr = link->next) != NULL && descr != punct) { in pre_lk()
1607 while (descr != punct) { in pre_lk()
1621 while (punct != NULL) { in pre_lk()
1622 print_word(punct->string); in pre_lk()
1623 punct = punct->next; in pre_lk()
H A Dmdoc_html.c1240 const struct roff_node *link, *descr, *punct; in mdoc_lk_pre() local
1247 punct = n->last; in mdoc_lk_pre()
1248 while (punct != link && punct->flags & NODE_DELIMC) in mdoc_lk_pre()
1249 punct = punct->prev; in mdoc_lk_pre()
1250 punct = punct->next; in mdoc_lk_pre()
1254 if (descr == punct) in mdoc_lk_pre()
1262 } while (descr != punct); in mdoc_lk_pre()
1266 while (punct != NULL) { in mdoc_lk_pre()
1268 print_text(h, punct->string); in mdoc_lk_pre()
1269 punct = punct->next; in mdoc_lk_pre()
H A Dmdoc_term.c1866 const struct roff_node *link, *descr, *punct; in termp_lk_pre() local
1872 punct = n->last; in termp_lk_pre()
1873 while (punct != link && punct->flags & NODE_DELIMC) in termp_lk_pre()
1874 punct = punct->prev; in termp_lk_pre()
1875 punct = punct->next; in termp_lk_pre()
1878 if ((descr = link->next) != NULL && descr != punct) { in termp_lk_pre()
1880 while (descr != punct) { in termp_lk_pre()
1897 while (punct != NULL) { in termp_lk_pre()
1899 term_word(p, punct->string); in termp_lk_pre()
1900 punct = punct->next; in termp_lk_pre()
/illumos-gate/usr/src/cmd/troff/
H A Dn8.c65 while (punct(cbits(*i++)))
73 while (punct(cbits(*i++)))
103 punct(int i) in punct() function
/illumos-gate/usr/src/lib/libc/port/locale/
H A Disdigit.c84 DEFN_ISTYPE(punct, _ISPUNCT)
H A Diswctype.c145 DEFN_ISWTYPE(punct, _CTYPE_P) in DEFN_ISWTYPE()
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.re231 [[:punct:]] ~ :
/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h134 XLOCALE_ISCTYPE(punct, _CTYPE_P)
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1517 register int badpun = 0, punct = 0; in english() local
1535 punct++; in english()
1542 if (badpun*5 > punct) in english()
/illumos-gate/usr/src/data/locale/data/
H A Dgu_IN.UTF-8.src566 punct <EXCLAMATION_MARK>;/
H A Dpa_IN.UTF-8.src550 punct <EXCLAMATION_MARK>;/
H A Dhy_AM.UTF-8.src594 punct <EXCLAMATION_MARK>;/
H A Dkn_IN.UTF-8.src577 punct <EXCLAMATION_MARK>;/
H A Dor_IN.UTF-8.src576 punct <EXCLAMATION_MARK>;/
H A Dte_IN.UTF-8.src594 punct <EXCLAMATION_MARK>;/
H A Dth_TH.UTF-8.src563 punct <EXCLAMATION_MARK>;/
H A Dsi_LK.UTF-8.src583 punct <EXCLAMATION_MARK>;/
H A Den_CA.ISO8859-1.src613 punct <EXCLAMATION_MARK>;/
H A Den_GB.ISO8859-1.src613 punct <EXCLAMATION_MARK>;/
H A Den_GB.ISO8859-15.src620 punct <EXCLAMATION_MARK>;/
H A Des_AR.ISO8859-1.src613 punct <EXCLAMATION_MARK>;/
H A Des_BO.ISO8859-1.src613 punct <EXCLAMATION_MARK>;/
H A Des_CL.ISO8859-1.src613 punct <EXCLAMATION_MARK>;/

12345678910