Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTTelnet.c191 #define FMT_TN3270 "%s %s %s" in remote_session() macro
207 HTAddParam(&command, FMT_TN3270, 1, program); in remote_session()
208 HTAddParam(&command, FMT_TN3270, 2, hostname); in remote_session()
209 HTAddParam(&command, FMT_TN3270, 3, port); in remote_session()
210 HTEndParam(&command, FMT_TN3270, 3); in remote_session()