Searched refs:punct (Results 1 – 25 of 172) sorted by relevance
1234567
66 test_ctype(punct); in main() 78 test_ctype_subset(punct, print); in main() 83 test_ctype_subset(punct, graph); in main()
67 while (punct(cbits(*i++)))75 while (punct(cbits(*i++)))105 punct(i) in punct() function
25 for i in upper lower alpha space cntrl graph print punct digit xdigit blank \
561 punct <EXCLAMATION_MARK>;/
588 punct <EXCLAMATION_MARK>;/
550 punct <EXCLAMATION_MARK>;/
563 punct <EXCLAMATION_MARK>;/
571 punct <EXCLAMATION_MARK>;/
579 punct <EXCLAMATION_MARK>;/
686 punct <EXCLAMATION_MARK>;/
576 punct <EXCLAMATION_MARK>;/
519 punct <EXCLAMATION_MARK>;/
585 punct <EXCLAMATION_MARK>;/
685 punct <EXCLAMATION_MARK>;/
601 punct <EXCLAMATION_MARK>;/
740 punct <EXCLAMATION_MARK>;/
90 DEFN_ISTYPE(punct, _ISPUNCT)
145 DEFN_ISWTYPE(punct, _CTYPE_P) in DEFN_ISWTYPE()
134 XLOCALE_ISCTYPE(punct, _CTYPE_P)
1509 register int badpun = 0, punct = 0; in english() local1527 punct++; in english()1534 if (badpun*5 > punct) in english()