Searched refs:hasArg (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/bless-98/
H A Dstructs.h41 short hasArg; member in struct:clarg
H A Dbless.c185 actargs[ch].hasArg = 0;
188 actargs[ch].hasArg = 1;
193 actargs[ch].hasArg = 1;
196 actargs[ch].hasArg = 0;
H A DhandleDevice.c95 if(!actargs[kbootinfo].hasArg) {
H A DhandleInfo.c109 if(!actargs[kinfo].hasArg || actargs[kgetboot].present) {
273 actargs[kinfo].hasArg = 1;
280 if(!actargs[kinfo].hasArg) {
H A DhandleFolder.c161 if(!actargs[kbootinfo].hasArg) {
207 if(!actargs[kbootefi].hasArg) {
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Duoptions.c56 if(option->hasArg!=UOPT_NO_ARG) {
61 } else if(option->hasArg==UOPT_REQUIRES_ARG) {
84 if(option->hasArg!=UOPT_NO_ARG) {
96 } else if(option->hasArg==UOPT_REQUIRES_ARG) {
H A Duoptions.h47 /* values of UOption.hasArg */
57 char hasArg; /* enum value: option takes no/requires/may have argument */ member in struct:UOption
62 #define UOPTION_DEF(longName, shortName, hasArg) \
63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }

Completed in 126 milliseconds