Home
last modified time | relevance | path

Searched refs:subpointer (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c72 static unsigned char *subpointer; variable
78 *subpointer++ = (c); \
82 #define SB_PEEK() ((*subpointer)&0xff)
890 lm_will(subpointer, SB_LEN()); in suboption()
893 lm_wont(subpointer, SB_LEN()); in suboption()
896 lm_do(subpointer, SB_LEN()); in suboption()
899 lm_dont(subpointer, SB_LEN()); in suboption()
902 slc(subpointer, SB_LEN()); in suboption()
932 env_opt(subpointer, SB_LEN()); in suboption()
1947 subpointer -= 2; in telrcv()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c148 #define SB_CLEAR() subpointer = subbuffer;
151 *subpointer++ = (c); \
153 #define SB_GET() ((*subpointer++)&0xff)
154 #define SB_EOF() (subpointer >= subend)
155 #define SB_LEN() (subend - subpointer)
4014 subpointer[SB_LEN()] = '\0'; in suboption()
4055 cp = varp = (char *)subpointer; in suboption()
4070 cp = valp = (char *)subpointer; in suboption()
4083 cp = varp = (char *)subpointer; in suboption()
4152 encrypt_support(subpointer, SB_LEN()); in suboption()
[all …]