Home
last modified time | relevance | path

Searched refs:isblank (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Dlexstates.h91 # undef isblank
92 # define isblank(x) iswblank(x) macro
96 # undef isblank
97 # define isblank(x) local_iswblank(x) macro
103 #ifndef isblank
104 # define isblank(x) ((x)==' '||(x)=='\t') macro
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dvi.c76 # undef isblank
77 # define isblank(v) _isblank(virtual[v]) macro
86 # undef isblank
87 # define isblank(v) isspace(virtual[v]) macro
669 if( !isblank(tcur_virt) && isblank(tcur_virt-1) in backword()
679 while( isblank(tcur_virt) && tcur_virt>=first_virt ) in backword()
683 while( !isblank(tcur_virt) && tcur_virt>=first_virt ) in backword()
692 while( !isalph(tcur_virt) && !isblank(tcur_virt) in backword()
1165 while( end>begin && isblank(end-1) ) in delmotion()
1201 if( !isblank(tcur_virt) && tcur_virt<=last_virt ) in endword()
[all …]
/titanic_50/usr/src/head/iso/
H A Dctype_iso.h103 extern int isblank(int);
/titanic_50/usr/src/lib/libc/port/locale/
H A Disdigit.c67 #undef isblank
/titanic_50/usr/src/head/
H A Dctype.h58 using std::isblank;
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.c72 while (isblank((*opt)[len-1])) in krb5_ldap_get_db_opt()
77 while (isblank(*pos)) /* ignore leading blanks */ in krb5_ldap_get_db_opt()
/titanic_50/usr/src/cmd/locale/
H A Dlocale.c72 #ifndef isblank
73 #define isblank(c) ((__ctype + 1)[c] & _B) macro
1079 mem = isblank(i); in prt_ctp()
/titanic_50/usr/src/test/libc-tests/cfg/symbols/
H A Dctype_h.cfg35 func | isblank | int | int | ctype.h | -ALL +C99+
/titanic_50/usr/src/lib/libxcurses/h/
H A Dm_wchar.h370 #define iswblank(c) isblank(c)
/titanic_50/usr/src/cmd/mandoc/
H A Dread.c459 (isgraph(c) || isblank(c)))) { in mparse_buf_r()
/titanic_50/usr/src/cmd/vi/port/
H A Dex_vops2.c736 if (ch == 'r' && gotNL && isblank((int)*cursor)) in vappend()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dnvtree.c59 while((c = sfgetc(iop)) && isblank(c)); in read_tree()
H A Dinit.c427 if(isblank(c)) in put_lang()
H A Dlex.c2349 if(isblank(c)) in alias_exceptf()
/titanic_50/usr/src/man/man3c/
H A DMakefile884 isblank.3c \
1597 isblank.3c := LINKSRC = ctype.3c
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers863 isblank;
/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c15918 while (isblank(*start)) in strip_quotes_and_blanks()
15920 while (isblank(*(end - 1)) && end > start) { in strip_quotes_and_blanks()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc884 link path=usr/share/man/man3c/isblank.3c target=ctype.3c
/titanic_50/
H A D.gitignore4974 usr/src/man/man3c/isblank.3c