Home
last modified time | relevance | path

Searched defs:subchar (Results 1 – 5 of 5) sorted by relevance

/csrg-svn/old/sh/
H A Dctype.h79 #define subchar(c) (((c)&QUOTE)==0 ANDF _ctype1[c]&(T_SUB|T_QOT)) macro
/csrg-svn/local/toolchest/ksh/shlib/
H A Dshtype.h97 #define subchar(c) (_ctype1[c]&(T_SUB|T_QOT)) macro
/csrg-svn/libexec/telnetd/
H A Dstate.c1072 register int subchar; in suboption() local
/csrg-svn/local/toolchest/ksh/sh/
H A Dshtype.h97 #define subchar(c) (_ctype1[c]&(T_SUB|T_QOT)) macro
/csrg-svn/usr.bin/telnet/
H A Dtelnet.c789 unsigned char subchar; in suboption() local