Searched defs:IS (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dluac.c67 #define IS(s) (strcmp(argv[i],s)==0) macro
78 else if (IS("--")) /* end of options; skip it */
84 else if (IS("-")) /* end of options; use stdin */
86 else if (IS("-l")) /* list */
88 else if (IS("-o")) /* output file */
93 if (IS("-")) output=NULL;
95 else if (IS("-p")) /* parse only */
97 else if (IS("-s")) /* strip debug information */
99 else if (IS("-v")) /* show version */
171 const char* filename=IS("
[all...]

Completed in 52 milliseconds