Home | History | Annotate | Download | only in argtable3

Lines Matching refs:iscntrl

3350 	case 'c': return iscntrl(c)?TRex_True:TRex_False;
3351 case 'C': return !iscntrl(c)?TRex_True:TRex_False;