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

  /external/bison/src/
lalr.c 52 typedef struct goto_list struct
54 struct goto_list *next;
56 } goto_list; typedef in typeref:struct:goto_list
73 static goto_list **lookback;
221 goto_list *sp = xmalloc (sizeof *sp);
320 goto_list *sp;
328 LIST_FREE (goto_list, lookback[i]);
  /external/bison/
ChangeLog     [all...]

Completed in 739 milliseconds