Lines Matching refs:subpointer
74 static unsigned char *subpointer; variable
77 #define SB_CLEAR() subpointer = subbuffer;
78 #define SB_TERM() { subend = subpointer; SB_CLEAR(); }
79 #define SB_ACCUM(c) if (subpointer < (subbuffer+sizeof (subbuffer))) { \
80 *subpointer++ = (c); \
83 #define SB_GET() ((*subpointer++)&0xff)
84 #define SB_PEEK() ((*subpointer)&0xff)
85 #define SB_EOF() (subpointer >= subend)
86 #define SB_LEN() (subend - subpointer)
892 lm_will(subpointer, SB_LEN()); in suboption()
895 lm_wont(subpointer, SB_LEN()); in suboption()
898 lm_do(subpointer, SB_LEN()); in suboption()
901 lm_dont(subpointer, SB_LEN()); in suboption()
904 slc(subpointer, SB_LEN()); in suboption()
907 lm_mode(subpointer, SB_LEN(), 0); in suboption()
934 env_opt(subpointer, SB_LEN()); in suboption()
980 auth_send(subpointer, SB_LEN()); in suboption()
985 auth_reply(subpointer, SB_LEN()); in suboption()
998 encrypt_start(subpointer, SB_LEN()); in suboption()
1008 encrypt_support(subpointer, SB_LEN()); in suboption()
1013 encrypt_request_start(subpointer, SB_LEN()); in suboption()
1029 encrypt_is(subpointer, SB_LEN()); in suboption()
1034 encrypt_reply(subpointer, SB_LEN()); in suboption()
1039 encrypt_enc_keyid(subpointer, SB_LEN()); in suboption()
1044 encrypt_dec_keyid(subpointer, SB_LEN()); in suboption()
1949 subpointer -= 2; in telrcv()
1963 subpointer -= 2; in telrcv()