Lines Matching defs:arg
26 char *arg;
31 arg=argv[i];
32 if(!stopOptions && *arg=='-' && (c=arg[1])!=0) {
35 arg+=2;
38 if(*arg==0) {
45 if(options[j].longName && uprv_strcmp(arg, options[j].longName)==0) {
93 if(*arg!=0) {
95 option->value=arg;
96 /* do not process the rest of this arg as option letters */
101 /* this break is redundant because we know that *arg==0 */
118 c=*arg++;
126 argv[remaining++]=arg;