xref: /386bsd/usr/src/usr.bin/telnet/tags (revision a2142627)
1*a2142627SBen JolitzDataToNetwork	tn3270.c	/^DataToNetwork(buffer, count, done)$/
2*a2142627SBen JolitzDataToTerminal	tn3270.c	/^DataToTerminal(buffer, count)$/
3*a2142627SBen JolitzDump	utilities.c	/^Dump(direction, buffer, length)$/
4*a2142627SBen JolitzEmptyTerminal	utilities.c	/^EmptyTerminal()$/
5*a2142627SBen JolitzEncryptHelp	commands.c	/^EncryptHelp()$/
6*a2142627SBen JolitzExit	utilities.c	/^Exit(returnCode)$/
7*a2142627SBen JolitzExitString	utilities.c	/^ExitString(string, returnCode)$/
8*a2142627SBen JolitzFinish3270	tn3270.c	/^Finish3270()$/
9*a2142627SBen JolitzGETMODECMD	commands.c	/^#define	GETMODECMD(name) (struct modelist *) \\$/
10*a2142627SBen JolitzGETSEND	commands.c	/^#define	GETSEND(name) ((struct sendlist *) genget(/
11*a2142627SBen JolitzGETTOGGLE	commands.c	/^#define	GETTOGGLE(name) (struct togglelist *) \\$/
12*a2142627SBen JolitzMIN	ring.c	/^#define	MIN(a,b)	(((a)<(b))? (a):(b))$/
13*a2142627SBen JolitzMmain	main.c	/^main(argc, argv)$/
14*a2142627SBen JolitzNetClose	sys_bsd.c	/^NetClose(fd)$/
15*a2142627SBen JolitzNetNonblockingIO	sys_bsd.c	/^NetNonblockingIO(fd, onoff)$/
16*a2142627SBen JolitzNetSetPgrp	sys_bsd.c	/^NetSetPgrp(fd)$/
17*a2142627SBen JolitzNetSigIO	sys_bsd.c	/^NetSigIO(fd, onoff)$/
18*a2142627SBen JolitzPUTSHORT	telnet.c	/^#define	PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0x/
19*a2142627SBen JolitzPush3270	tn3270.c	/^Push3270()$/
20*a2142627SBen JolitzSB_ACCUM	telnet.c	/^#define	SB_ACCUM(c)	if (subpointer < (subbuffer+si/
21*a2142627SBen JolitzSB_CLEAR	telnet.c	/^#define	SB_CLEAR()	subpointer = subbuffer;$/
22*a2142627SBen JolitzSB_EOF	telnet.c	/^#define	SB_EOF()	(subpointer >= subend)$/
23*a2142627SBen JolitzSB_GET	telnet.c	/^#define	SB_GET()	((*subpointer++)&0xff)$/
24*a2142627SBen JolitzSB_LEN	telnet.c	/^#define	SB_LEN()	(subend - subpointer)$/
25*a2142627SBen JolitzSB_PEEK	telnet.c	/^#define	SB_PEEK()	((*subpointer)&0xff)$/
26*a2142627SBen JolitzSB_TERM	telnet.c	/^#define	SB_TERM()	{ subend = subpointer; SB_CLEAR(/
27*a2142627SBen JolitzScheduler	telnet.c	/^Scheduler(block)$/
28*a2142627SBen JolitzSetForExit	utilities.c	/^SetForExit()$/
29*a2142627SBen JolitzSetIn3270	tn3270.c	/^SetIn3270()$/
30*a2142627SBen JolitzSetNetTrace	utilities.c	/^SetNetTrace(file)$/
31*a2142627SBen JolitzSetSockOpt	utilities.c	/^SetSockOpt(fd, level, option, yesno)$/
32*a2142627SBen JolitzStringToTerminal	tn3270.c	/^StringToTerminal(s)$/
33*a2142627SBen JolitzTerminalAutoFlush	sys_bsd.c	/^TerminalAutoFlush()$/
34*a2142627SBen JolitzTerminalDefaultChars	sys_bsd.c	/^TerminalDefaultChars()$/
35*a2142627SBen JolitzTerminalFlushOutput	sys_bsd.c	/^TerminalFlushOutput()$/
36*a2142627SBen JolitzTerminalNewMode	sys_bsd.c	/^TerminalNewMode(f)$/
37*a2142627SBen JolitzTerminalRead	sys_bsd.c	/^TerminalRead(buf, n)$/
38*a2142627SBen JolitzTerminalRestoreState	sys_bsd.c	/^TerminalRestoreState()$/
39*a2142627SBen JolitzTerminalSaveState	sys_bsd.c	/^TerminalSaveState()$/
40*a2142627SBen JolitzTerminalSpecialChars	sys_bsd.c	/^TerminalSpecialChars(c)$/
41*a2142627SBen JolitzTerminalSpeeds	sys_bsd.c	/^TerminalSpeeds(ispeed, ospeed)$/
42*a2142627SBen JolitzTerminalWindowSize	sys_bsd.c	/^TerminalWindowSize(rows, cols)$/
43*a2142627SBen JolitzTerminalWrite	sys_bsd.c	/^TerminalWrite(buf, n)$/
44*a2142627SBen Jolitz_putchar	tn3270.c	/^_putchar(c)$/
45*a2142627SBen Jolitz_setlist_init	commands.c	/^_setlist_init()$/
46*a2142627SBen Jolitzauth_cmd	commands.c	/^auth_cmd(argc, argv)$/
47*a2142627SBen Jolitzauth_help	commands.c	/^auth_help()$/
48*a2142627SBen Jolitzayt	sys_bsd.c	/^ayt(sig)$/
49*a2142627SBen Jolitzayt_status	commands.c	/^ayt_status()$/
50*a2142627SBen Jolitzbye	commands.c	/^bye(argc, argv)$/
51*a2142627SBen Jolitzcall	commands.c	/^call(va_alist)$/
52*a2142627SBen Jolitzclearmode	commands.c	/^clearmode(bit)$/
53*a2142627SBen Jolitzcmdrc	commands.c	/^cmdrc(m1, m2)$/
54*a2142627SBen Jolitzcommand	commands.c	/^command(top, tbuf, cnt)$/
55*a2142627SBen Jolitzcontrol	commands.c	/^control(c)$/
56*a2142627SBen Jolitzdeadpeer	sys_bsd.c	/^deadpeer(sig)$/
57*a2142627SBen Jolitzdisplay	commands.c	/^display(argc, argv)$/
58*a2142627SBen Jolitzdocharmode	commands.c	/^docharmode()$/
59*a2142627SBen Jolitzdoflush	telnet.c	/^doflush()$/
60*a2142627SBen Jolitzdokludgemode	commands.c	/^dokludgemode()$/
61*a2142627SBen Jolitzdolinemode	commands.c	/^dolinemode()$/
62*a2142627SBen Jolitzdolmmode	commands.c	/^dolmmode(bit, on)$/
63*a2142627SBen Jolitzdontoption	telnet.c	/^dontoption(option)$/
64*a2142627SBen Jolitzdooption	telnet.c	/^dooption(option)$/
65*a2142627SBen Jolitzdoset	commands.c	/^#define	doset(sl)   if (sl->name && *sl->name != '/
66*a2142627SBen Jolitzdosynch	telnet.c	/^dosynch()$/
67*a2142627SBen Jolitzdotog	commands.c	/^#define	dotog(tl)	if (tl->variable && tl->actionex/
68*a2142627SBen Jolitzencrypt_cmd	commands.c	/^encrypt_cmd(argc, argv)$/
69*a2142627SBen Jolitzenv_cmd	commands.c	/^env_cmd(argc, argv)$/
70*a2142627SBen Jolitzenv_default	commands.c	/^env_default(init)$/
71*a2142627SBen Jolitzenv_define	commands.c	/^env_define(var, value)$/
72*a2142627SBen Jolitzenv_export	commands.c	/^env_export(var)$/
73*a2142627SBen Jolitzenv_find	commands.c	/^env_find(var)$/
74*a2142627SBen Jolitzenv_getvalue	commands.c	/^env_getvalue(var)$/
75*a2142627SBen Jolitzenv_help	commands.c	/^env_help()$/
76*a2142627SBen Jolitzenv_init	commands.c	/^env_init()$/
77*a2142627SBen Jolitzenv_list	commands.c	/^env_list()$/
78*a2142627SBen Jolitzenv_opt	telnet.c	/^env_opt(buf, len)$/
79*a2142627SBen Jolitzenv_opt_add	telnet.c	/^env_opt_add(ep)$/
80*a2142627SBen Jolitzenv_opt_end	telnet.c	/^env_opt_end(emptyok)$/
81*a2142627SBen Jolitzenv_opt_start	telnet.c	/^env_opt_start()$/
82*a2142627SBen Jolitzenv_opt_start_info	telnet.c	/^env_opt_start_info()$/
83*a2142627SBen Jolitzenv_send	commands.c	/^env_send(var)$/
84*a2142627SBen Jolitzenv_undefine	commands.c	/^env_undefine(var)$/
85*a2142627SBen Jolitzenv_unexport	commands.c	/^env_unexport(var)$/
86*a2142627SBen Jolitzfilestuff	commands.c	/^filestuff(fd)$/
87*a2142627SBen Jolitzget_status	telnet.c	/^get_status()$/
88*a2142627SBen Jolitzgetcmd	commands.c	/^getcmd(name)$/
89*a2142627SBen Jolitzgetconnmode	terminal.c	/^getconnmode()$/
90*a2142627SBen Jolitzgetenvcmd	commands.c	/^getenvcmd(name)$/
91*a2142627SBen Jolitzgetset	commands.c	/^getset(name)$/
92*a2142627SBen Jolitzgetslc	commands.c	/^getslc(name)$/
93*a2142627SBen Jolitzgettermname	telnet.c	/^gettermname()$/
94*a2142627SBen Jolitzhelp	commands.c	/^help(argc, argv)$/
95*a2142627SBen Jolitzinit_3270	tn3270.c	/^init_3270()$/
96*a2142627SBen Jolitzinit_network	network.c	/^init_network()$/
97*a2142627SBen Jolitzinit_sys	sys_bsd.c	/^init_sys()$/
98*a2142627SBen Jolitzinit_telnet	telnet.c	/^init_telnet()$/
99*a2142627SBen Jolitzinit_terminal	terminal.c	/^init_terminal()$/
100*a2142627SBen Jolitzinitfunc	telnet.c	/^#define	initfunc(func, flags) { \\$/
101*a2142627SBen JolitzinputAvailable	tn3270.c	/^inputAvailable()$/
102*a2142627SBen Jolitzintp	telnet.c	/^intp()$/
103*a2142627SBen Jolitzintr	sys_bsd.c	/^intr(sig)$/
104*a2142627SBen Jolitzintr2	sys_bsd.c	/^intr2(sig)$/
105*a2142627SBen Jolitzis_unique	telnet.c	/^is_unique(name, as, ae)$/
106*a2142627SBen Jolitzlclchars	commands.c	/^lclchars()$/
107*a2142627SBen Jolitzlm_do	telnet.c	/^lm_do(cmd, len)$/
108*a2142627SBen Jolitzlm_dont	telnet.c	/^lm_dont(cmd, len)$/
109*a2142627SBen Jolitzlm_mode	telnet.c	/^lm_mode(cmd, len, init)$/
110*a2142627SBen Jolitzlm_will	telnet.c	/^lm_will(cmd, len)$/
111*a2142627SBen Jolitzlm_wont	telnet.c	/^lm_wont(cmd, len)$/
112*a2142627SBen Jolitzlogout	commands.c	/^logout()$/
113*a2142627SBen Jolitzmakeargv	commands.c	/^makeargv()$/
114*a2142627SBen Jolitzmklist	telnet.c	/^mklist(buf, name)$/
115*a2142627SBen Jolitzmodecmd	commands.c	/^modecmd(argc, argv)$/
116*a2142627SBen Jolitzmodehelp	commands.c	/^modehelp()$/
117*a2142627SBen Jolitznet_encrypt	authenc.c	/^net_encrypt()$/
118*a2142627SBen Jolitznet_write	authenc.c	/^net_write(str, len)$/
119*a2142627SBen Jolitznetclear	telnet.c	/^netclear()$/
120*a2142627SBen Jolitznetflush	network.c	/^netflush()$/
121*a2142627SBen Jolitznextitem	telnet.c	/^nextitem(current)$/
122*a2142627SBen Jolitzoptionstatus	utilities.c	/^optionstatus()$/
123*a2142627SBen JolitzoutputPurge	tn3270.c	/^outputPurge()$/
124*a2142627SBen Jolitzprintoption	utilities.c	/^printoption(direction, cmd, option)$/
125*a2142627SBen Jolitzprintring	telnet.c	/^printring(va_alist)$/
126*a2142627SBen Jolitzprintsub	utilities.c	/^printsub(direction, pointer, length)$/
127*a2142627SBen Jolitzprocess_rings	sys_bsd.c	/^process_rings(netin, netout, netex, ttyin, ttyout,/
128*a2142627SBen Jolitzquit	commands.c	/^quit()$/
129*a2142627SBen Jolitzring_at_mark	ring.c	/^ring_at_mark(ring)$/
130*a2142627SBen Jolitzring_clear_mark	ring.c	/^ring_clear_mark(ring)$/
131*a2142627SBen Jolitzring_clearto	ring.c	/^ring_clearto(ring)$/
132*a2142627SBen Jolitzring_consume_data	ring.c	/^ring_consume_data(ring, buffer, count)$/
133*a2142627SBen Jolitzring_consumed	ring.c	/^ring_consumed(ring, count)$/
134*a2142627SBen Jolitzring_decrement	ring.c	/^#define	ring_decrement(d,a,c)	(((a)-(c) >= (d)->bo/
135*a2142627SBen Jolitzring_empty	ring.c	/^#define	ring_empty(d) (((d)->consume == (d)->suppl/
136*a2142627SBen Jolitzring_empty_consecutive	ring.c	/^ring_empty_consecutive(ring)$/
137*a2142627SBen Jolitzring_empty_count	ring.c	/^ring_empty_count(ring)$/
138*a2142627SBen Jolitzring_encrypt	ring.c	/^ring_encrypt(ring, encryptor)$/
139*a2142627SBen Jolitzring_full	ring.c	/^#define	ring_full(d) (((d)->supply == (d)->consume/
140*a2142627SBen Jolitzring_full_consecutive	ring.c	/^ring_full_consecutive(ring)$/
141*a2142627SBen Jolitzring_full_count	ring.c	/^ring_full_count(ring)$/
142*a2142627SBen Jolitzring_increment	ring.c	/^#define	ring_increment(d,a,c)	(((a)+(c) < (d)->top/
143*a2142627SBen Jolitzring_init	ring.c	/^    ring_init(ring, buffer, count)$/
144*a2142627SBen Jolitzring_mark	ring.c	/^ring_mark(ring)$/
145*a2142627SBen Jolitzring_subtract	ring.c	/^#define	ring_subtract(d,a,b)	(((a)-(b) >= 0)? \\$/
146*a2142627SBen Jolitzring_supplied	ring.c	/^ring_supplied(ring, count)$/
147*a2142627SBen Jolitzring_supply_data	ring.c	/^ring_supply_data(ring, buffer, count)$/
148*a2142627SBen Jolitzrlogin_susp	telnet.c	/^rlogin_susp()$/
149*a2142627SBen Jolitzsend_do	telnet.c	/^send_do(c, init)$/
150*a2142627SBen Jolitzsend_docmd	commands.c	/^send_docmd(name)$/
151*a2142627SBen Jolitzsend_dont	telnet.c	/^send_dont(c, init)$/
152*a2142627SBen Jolitzsend_dontcmd	commands.c	/^send_dontcmd(name)$/
153*a2142627SBen Jolitzsend_esc	commands.c	/^send_esc()$/
154*a2142627SBen Jolitzsend_help	commands.c	/^send_help()$/
155*a2142627SBen Jolitzsend_tncmd	commands.c	/^send_tncmd(func, cmd, name)$/
156*a2142627SBen Jolitzsend_will	telnet.c	/^send_will(c, init)$/
157*a2142627SBen Jolitzsend_willcmd	commands.c	/^send_willcmd(name)$/
158*a2142627SBen Jolitzsend_wont	telnet.c	/^send_wont(c, init)$/
159*a2142627SBen Jolitzsend_wontcmd	commands.c	/^send_wontcmd(name)$/
160*a2142627SBen Jolitzsendabort	telnet.c	/^sendabort()$/
161*a2142627SBen Jolitzsendayt	telnet.c	/^sendayt()$/
162*a2142627SBen Jolitzsendbrk	telnet.c	/^sendbrk()$/
163*a2142627SBen Jolitzsendcmd	commands.c	/^sendcmd(argc, argv)$/
164*a2142627SBen Jolitzsendeof	telnet.c	/^sendeof()$/
165*a2142627SBen Jolitzsendnaws	telnet.c	/^sendnaws()$/
166*a2142627SBen Jolitzsendsusp	telnet.c	/^sendsusp()$/
167*a2142627SBen Jolitzsendwin	sys_bsd.c	/^sendwin(sig)$/
168*a2142627SBen Jolitzset_escape_char	commands.c	/^set_escape_char(s)$/
169*a2142627SBen Jolitzsetcmd	commands.c	/^setcmd(argc, argv)$/
170*a2142627SBen Jolitzsetcommandmode	terminal.c	/^setcommandmode()$/
171*a2142627SBen Jolitzsetconnmode	terminal.c	/^setconnmode(force)$/
172*a2142627SBen Jolitzsetescape	commands.c	/^setescape(argc, argv)$/
173*a2142627SBen Jolitzsetmode	commands.c	/^setmode(bit)$/
174*a2142627SBen Jolitzsetneturg	network.c	/^setneturg()$/
175*a2142627SBen Jolitzsettogglehelp	commands.c	/^settogglehelp(set)$/
176*a2142627SBen Jolitzsettranscom	tn3270.c	/^settranscom(argc, argv)$/
177*a2142627SBen Jolitzsetupterm	telnet.c	/^setupterm(tname, fd, errp)$/
178*a2142627SBen Jolitzshell	commands.c	/^shell(argc, argv)$/
179*a2142627SBen Jolitzslc	telnet.c	/^slc(cp, len)$/
180*a2142627SBen Jolitzslc_add_reply	telnet.c	/^slc_add_reply(func, flags, value)$/
181*a2142627SBen Jolitzslc_check	telnet.c	/^slc_check()$/
182*a2142627SBen Jolitzslc_end_reply	telnet.c	/^slc_end_reply()$/
183*a2142627SBen Jolitzslc_export	telnet.c	/^slc_export()$/
184*a2142627SBen Jolitzslc_help	commands.c	/^slc_help()$/
185*a2142627SBen Jolitzslc_import	telnet.c	/^slc_import(def)$/
186*a2142627SBen Jolitzslc_init	telnet.c	/^slc_init()$/
187*a2142627SBen Jolitzslc_mode_export	telnet.c	/^slc_mode_export()$/
188*a2142627SBen Jolitzslc_mode_import	telnet.c	/^slc_mode_import(def)$/
189*a2142627SBen Jolitzslc_start_reply	telnet.c	/^slc_start_reply()$/
190*a2142627SBen Jolitzslc_update	telnet.c	/^slc_update()$/
191*a2142627SBen Jolitzslccmd	commands.c	/^slccmd(argc, argv)$/
192*a2142627SBen Jolitzslcstate	telnet.c	/^slcstate()$/
193*a2142627SBen Jolitzsourceroute	commands.c	/^sourceroute(arg, cpp, lenp)$/
194*a2142627SBen Jolitzspecial	commands.c	/^special(s)$/
195*a2142627SBen Jolitzstatus	commands.c	/^status(argc, argv)$/
196*a2142627SBen Jolitzstilloob	network.c	/^stilloob()$/
197*a2142627SBen Jolitzstrip	telnet.c	/^#define	strip(x)	((x)&0x7f)$/
198*a2142627SBen Jolitzsuboption	telnet.c	/^suboption()$/
199*a2142627SBen Jolitzsusp	sys_bsd.c	/^susp(sig)$/
200*a2142627SBen Jolitzsuspend	commands.c	/^suspend()$/
201*a2142627SBen Jolitzsys_telnet_init	sys_bsd.c	/^sys_telnet_init()$/
202*a2142627SBen Jolitztcval	sys_bsd.c	/^tcval(func)$/
203*a2142627SBen Jolitztel_enter_binary	telnet.c	/^tel_enter_binary(rw)$/
204*a2142627SBen Jolitztel_leave_binary	telnet.c	/^tel_leave_binary(rw)$/
205*a2142627SBen Jolitztelnet	telnet.c	/^telnet(user)$/
206*a2142627SBen Jolitztelnet_getenv	authenc.c	/^telnet_getenv(val)$/
207*a2142627SBen Jolitztelnet_gets	authenc.c	/^telnet_gets(prompt, result, length, echo)$/
208*a2142627SBen Jolitztelnet_spin	authenc.c	/^telnet_spin()$/
209*a2142627SBen Jolitztelrcv	telnet.c	/^telrcv()$/
210*a2142627SBen Jolitztelsnd	telnet.c	/^telsnd()$/
211*a2142627SBen Jolitztn	commands.c	/^tn(argc, argv)$/
212*a2142627SBen Jolitztn3270_ttype	tn3270.c	/^tn3270_ttype()$/
213*a2142627SBen Jolitztninit	main.c	/^tninit()$/
214*a2142627SBen Jolitztogbinary	commands.c	/^togbinary(val)$/
215*a2142627SBen Jolitztogcrlf	commands.c	/^togcrlf()$/
216*a2142627SBen Jolitztogcrmod	commands.c	/^togcrmod()$/
217*a2142627SBen Jolitztogdebug	commands.c	/^togdebug()$/
218*a2142627SBen Jolitztoggle	commands.c	/^toggle(argc, argv)$/
219*a2142627SBen Jolitztogglehelp	commands.c	/^togglehelp()$/
220*a2142627SBen Jolitztogrbinary	commands.c	/^togrbinary(val)$/
221*a2142627SBen Jolitztogxbinary	commands.c	/^togxbinary(val)$/
222*a2142627SBen Jolitzttyflush	terminal.c	/^ttyflush(drop)$/
223*a2142627SBen Jolitzunsetcmd	commands.c	/^unsetcmd(argc, argv)$/
224*a2142627SBen Jolitzupcase	utilities.c	/^upcase(argument)$/
225*a2142627SBen Jolitzusage	main.c	/^usage()$/
226*a2142627SBen Jolitzwewant	telnet.c	/^#define	wewant(p)	((nfrontp > p) && ((*p&0xff) == /
227*a2142627SBen Jolitzwilloption	telnet.c	/^willoption(option)$/
228*a2142627SBen Jolitzwontoption	telnet.c	/^wontoption(option)$/
229*a2142627SBen JolitzxmitAO	telnet.c	/^xmitAO()$/
230*a2142627SBen JolitzxmitEC	telnet.c	/^xmitEC()$/
231*a2142627SBen JolitzxmitEL	telnet.c	/^xmitEL()$/
232