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 50 return. By default, this is a function that calls ARGMATCH_DIE which
53 extern argmatch_exit_fn argmatch_die;
91 argmatch_die)])
argmatch.c 55 #ifndef ARGMATCH_DIE
57 # define ARGMATCH_DIE exit (exit_failure)
67 ARGMATCH_DIE;
72 argmatch_exit_fn argmatch_die = __argmatch_die; variable

Completed in 793 milliseconds