Searched refs:is_print (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dvi.c69 # define is_print(c) ((c&~STRIP) || isprint(c)) macro
90 # define is_print(c) isprint(c) macro
428 if(is_print(c))
431 else if( !is_print(c) )
1915 && (!is_print(virtual[v]) || !is_print(vp->o_v_char))) )
1926 if( !is_print(virtual[v]) )
2076 if( vp->ocur_virt == INVALID || !is_print(c)
2077 || !is_print(virtual[cur_virt])
2078 || !is_print(v
[all...]
H A Dedit.c61 # define is_print(c) ((c&~STRIP) || isprint(c)) macro
64 # define is_print(c) isprint(c) macro
714 else if(!is_print(c))
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c2490 boolean is_print = STREQ (str, "print");
2517 || (is_print && ISPRINT (ch)))
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c3273 boolean is_print = STREQ (str, "print");
3300 || (is_print && ISPRINT (ch)))
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c3344 boolean is_print = STREQ (str, "print");
3371 || (is_print && ISPRINT (ch)))

Completed in 165 milliseconds