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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.char.h199 # define Ispunct(c) (((c) & QUOTE) ? 0 : iswpunct(c)) macro
219 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : NXIsPunct((unsigned) (c))) macro
261 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : ispunct((tcshuc) (c))) macro
272 # define Ispunct(c) (((Char)(c) & QUOTE) ? 0 : ispunct( oem_it((tcshuc)(c)))) macro
303 # define Ispunct(c) (cmap((c),_PUN) && !(((c) & META) && AsciiOnly)) macro
H A Dtw.comp.c553 if (!Ispunct(sep)) {

Completed in 133 milliseconds