Lines Matching refs:next
75 char ** next = 0;
78 int nextiskey = 0; /* A flag if the next argument is a keyfile */
139 if (next) {
141 *next = argv[i];
142 if (*next == NULL) {
145 next = NULL;
157 next = &cli_opts.remoteport;
195 next = &cli_opts.username;
219 next = &dummy;
227 if (next && strlen(argv[i]) > 2) {
228 *next = &argv[i][2];
229 next = NULL;
232 continue; /* next argument */
312 nextkey->next = cli_opts.privkeys;
421 newfwd->next = *fwdlist;