Searched refs:Ispunct (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.char.h202 # define Ispunct(c) (((c) & QUOTE) ? 0 : iswpunct(c)) macro
222 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : NXIsPunct((unsigned) (c))) macro
264 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : ispunct((tcshuc) (c))) macro
275 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : ispunct( oem_it((tcshuc)(c)))) macro
306 # define Ispunct(c) (cmap((c),_PUN) && !(((c) & META) && AsciiOnly)) macro
H A Dtw.comp.c555 if (!Ispunct(sep)) {
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregclass.c77 static int Ispunct(int c) { return iswpunct(c); } function
118 { SZ("punct"), Ispunct },

Completed in 183 milliseconds