Home
last modified time | relevance | path

Searched refs:Ispunct (Results 1 – 9 of 9) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dregina_c.h82 #define rx_ispunct( c ) is_expand( c, RX_ISPUNCT , Ispunct )
117 int Ispunct( int c );
H A Dmisc.c292 int Ispunct( int c ) in Ispunct() function
H A Dwrappers.h53 #define Ispunct __regina_Ispunct macro
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/regex/
H A Dregclass.c55 static int Ispunct(int c) { return iswpunct(c); } in Ispunct() function
70 {SZ("punct"), Ispunct, NULL, 0}, {SZ("space"), Isspace, NULL, 0},
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/regex/
H A Dregclass.c77 static int Ispunct(int c) { return iswpunct(c); } in Ispunct() function
118 { SZ("punct"), Ispunct },
/dports/shells/ksh93/ast-93u/src/lib/libast/regex/
H A Dregclass.c77 static int Ispunct(int c) { return iswpunct(c); } in Ispunct() function
118 { SZ("punct"), Ispunct },
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/regex/
H A Dregclass.c77 static int Ispunct(int c) { return iswpunct(c); } in Ispunct() function
118 { SZ("punct"), Ispunct },
/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Dxtr.h722 #define Ispunct(c) (isascii(c) && ispunct(c)) macro
H A Dxtr.h.sjis720 #define Ispunct(c) (isascii(c) && ispunct(c))