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

  /external/bison/lib/
argmatch.h 49 return. By default, this is a function that calls ARGMATCH_DIE which
52 extern argmatch_exit_fn argmatch_die;
90 argmatch_die)])
argmatch.c 51 #ifndef ARGMATCH_DIE
53 # define ARGMATCH_DIE exit (exit_failure)
63 ARGMATCH_DIE;
68 argmatch_exit_fn argmatch_die = __argmatch_die; variable

Completed in 65 milliseconds