Lines Matching refs:subpointer
46 *subpointer, *subend; /* buffer for sub-options */ variable
47 #define SB_CLEAR() subpointer = subbuffer;
48 #define SB_TERM() { subend = subpointer; SB_CLEAR(); }
49 #define SB_ACCUM(c) if (subpointer < (subbuffer+sizeof subbuffer)) { \
50 *subpointer++ = (c); \
53 #define SB_GET() ((*subpointer++)&0xff)
54 #define SB_PEEK() ((*subpointer)&0xff)
55 #define SB_EOF() (subpointer >= subend)
56 #define SB_LEN() (subend - subpointer)
726 lm_will(subpointer, SB_LEN()); in suboption()
729 lm_wont(subpointer, SB_LEN()); in suboption()
732 lm_do(subpointer, SB_LEN()); in suboption()
735 lm_dont(subpointer, SB_LEN()); in suboption()
738 slc(subpointer, SB_LEN()); in suboption()
741 lm_mode(subpointer, SB_LEN(), 0); in suboption()
765 env_opt(subpointer, SB_LEN()); in suboption()
1595 subpointer -= 2; in telrcv()
1608 subpointer -= 2; in telrcv()