Lines Matching refs:con
96 } con; typedef
99 con *fdcon;
296 keygrab_ssh1(con *c) in keygrab_ssh1()
355 keygrab_ssh2(con *c) in keygrab_ssh2()
384 keyprint(con *c, Key *key) in keyprint()
495 con *c = &fdcon[s]; in conrecycle()
510 con *c = &fdcon[s]; in congreet()
573 con *c = &fdcon[s]; in conread()
615 con *c; in conloop()
803 fdcon = xmalloc(maxfd * sizeof(con)); in main()
804 memset(fdcon, 0, maxfd * sizeof(con)); in main()