Lines Matching defs:arg
822 char *arg;
826 arg = ++sep;
827 if(str_is_nonascii(arg))
833 size_t l = strlen(arg);
835 strcpy(tn->subopt_ttype, arg);
846 size_t l = strlen(arg);
848 strcpy(tn->subopt_xdisploc, arg);
859 beg = curl_slist_append(tn->telnet_vars, arg);
875 unsigned long x = strtoul(arg, &p, 10);
898 int binary_option = atoi(arg);