HomeSort by relevance Sort by last modified time
    Searched full:opt_special_handler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 88 static int opt_special_handler(char *cmd, /*@null@*/ char *param, int extra);
144 { "version", 0, opt_special_handler, SPECIAL_SHOW_VERSION,
146 { "license", 0, opt_special_handler, SPECIAL_SHOW_LICENSE,
164 { "h", 0, opt_special_handler, SPECIAL_SHOW_HELP,
166 { "?", 0, opt_special_handler, SPECIAL_SHOW_HELP,
682 opt_special_handler(/*@unused@*/ char *cmd, /*@unused@*/ char *param, int extra) function
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 89 static int opt_special_handler(char *cmd, /*@null@*/ char *param, int extra);
145 { 0, "version", 0, opt_special_handler, SPECIAL_SHOW_VERSION,
147 { 0, "license", 0, opt_special_handler, SPECIAL_SHOW_LICENSE,
149 { 'h', "help", 0, opt_special_handler, SPECIAL_SHOW_HELP,
839 opt_special_handler(/*@unused@*/ char *cmd, /*@unused@*/ char *param, int extra) function
    [all...]

Completed in 197 milliseconds