Searched refs:parse_jump (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | readconf.h | 252 int parse_jump(const char *, Options *, int, int);
|
| H A D | readconf.c | 1551 if (parse_jump(str + len, options, cmdline, *activep) == -1) { in process_config_line_depth() 3465 parse_jump(const char *s, Options *o, int strict, int active) in parse_jump() function
|
| H A D | ssh.c | 886 if (parse_jump(optarg, &options, 1, 1) == -1) in main()
|