Lines Matching refs:cmdargs

176 static int ShowCommand(struct cmdargs const *);
177 static int TerminalCommand(struct cmdargs const *);
178 static int QuitCommand(struct cmdargs const *);
179 static int OpenCommand(struct cmdargs const *);
180 static int CloseCommand(struct cmdargs const *);
181 static int DownCommand(struct cmdargs const *);
182 static int SetCommand(struct cmdargs const *);
183 static int LinkCommand(struct cmdargs const *);
184 static int AddCommand(struct cmdargs const *);
185 static int DeleteCommand(struct cmdargs const *);
186 static int NegotiateCommand(struct cmdargs const *);
187 static int ClearCommand(struct cmdargs const *);
188 static int RunListCommand(struct cmdargs const *);
189 static int IfaceNameCommand(struct cmdargs const *arg);
190 static int IfaceAddCommand(struct cmdargs const *);
191 static int IfaceDeleteCommand(struct cmdargs const *);
192 static int IfaceClearCommand(struct cmdargs const *);
193 static int SetProcTitle(struct cmdargs const *);
195 static int NatEnable(struct cmdargs const *);
196 static int NatOption(struct cmdargs const *);
213 HelpCommand(struct cmdargs const *arg) in HelpCommand()
266 IdentCommand(struct cmdargs const *arg) in IdentCommand()
275 SendIdentification(struct cmdargs const *arg) in SendIdentification()
285 CloneCommand(struct cmdargs const *arg) in CloneCommand()
305 RemoveCommand(struct cmdargs const *arg) in RemoveCommand()
320 RenameCommand(struct cmdargs const *arg) in RenameCommand()
334 LoadCommand(struct cmdargs const *arg) in LoadCommand()
366 LogCommand(struct cmdargs const *arg) in LogCommand()
389 SaveCommand(struct cmdargs const *arg __unused) in SaveCommand()
396 DialCommand(struct cmdargs const *arg) in DialCommand()
623 ShellCommand(struct cmdargs const *arg, int bg) in ShellCommand()
725 BgShellCommand(struct cmdargs const *arg) in BgShellCommand()
733 FgShellCommand(struct cmdargs const *arg) in FgShellCommand()
739 ResolvCommand(struct cmdargs const *arg) in ResolvCommand()
917 ShowEscape(struct cmdargs const *arg) in ShowEscape()
936 ShowTimerList(struct cmdargs const *arg) in ShowTimerList()
943 ShowStopped(struct cmdargs const *arg) in ShowStopped()
965 ShowVersion(struct cmdargs const *arg) in ShowVersion()
972 ShowProtocolStats(struct cmdargs const *arg) in ShowProtocolStats()
1095 struct cmdargs arg; in FindExec()
1239 ShowCommand(struct cmdargs const *arg) in ShowCommand()
1253 TerminalCommand(struct cmdargs const *arg) in TerminalCommand()
1272 QuitCommand(struct cmdargs const *arg) in QuitCommand()
1285 OpenCommand(struct cmdargs const *arg) in OpenCommand()
1334 CloseCommand(struct cmdargs const *arg) in CloseCommand()
1362 DownCommand(struct cmdargs const *arg) in DownCommand()
1388 SetModemSpeed(struct cmdargs const *arg) in SetModemSpeed()
1419 SetStoppedTimeout(struct cmdargs const *arg) in SetStoppedTimeout()
1437 SetServer(struct cmdargs const *arg) in SetServer()
1543 SetEscape(struct cmdargs const *arg) in SetEscape()
1562 SetInterfaceAddr(struct cmdargs const *arg) in SetInterfaceAddr()
1650 SetVariable(struct cmdargs const *arg) in SetVariable()
2490 SetCommand(struct cmdargs const *arg) in SetCommand()
2505 AddCommand(struct cmdargs const *arg) in AddCommand()
2595 DeleteCommand(struct cmdargs const *arg) in DeleteCommand()
2643 NatEnable(struct cmdargs const *arg) in NatEnable()
2666 NatOption(struct cmdargs const *arg) in NatOption()
2690 LinkCommand(struct cmdargs const *arg) in LinkCommand()
2741 command_ChooseLink(struct cmdargs const *arg) in command_ChooseLink()
2798 OptSet(struct cmdargs const *arg) in OptSet()
2831 IfaceAliasOptSet(struct cmdargs const *arg) in IfaceAliasOptSet()
2847 NegotiateSet(struct cmdargs const *arg) in NegotiateSet()
3080 NegotiateCommand(struct cmdargs const *arg) in NegotiateCommand()
3118 ClearCommand(struct cmdargs const *arg) in ClearCommand()
3164 RunListCommand(struct cmdargs const *arg) in RunListCommand()
3191 IfaceNameCommand(struct cmdargs const *arg) in IfaceNameCommand()
3206 IfaceAddCommand(struct cmdargs const *arg) in IfaceAddCommand()
3256 IfaceDeleteCommand(struct cmdargs const *arg) in IfaceDeleteCommand()
3292 IfaceClearCommand(struct cmdargs const *arg) in IfaceClearCommand()
3318 SetProcTitle(struct cmdargs const *arg) in SetProcTitle()