Searched refs:Keyword_List (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dkeyword-list.h29 class Keyword_List class
33 Keyword_List (Keyword *car);
38 Keyword_List *& rest ();
41 Keyword_List * _cdr;
46 class KeywordExt_List : public Keyword_List
59 extern Keyword_List * copy_list (Keyword_List *list);
63 extern void delete_list (Keyword_List *list);
68 extern Keyword_List * mergesort_list (Keyword_List *lis
[all...]
H A Dkeyword-list.cc26 /* -------------------------- Keyword_List class --------------------------- */
29 Keyword_List::Keyword_List (Keyword *car) function in class:Keyword_List
38 : Keyword_List (car)
42 /* ------------------------ Keyword_List functions ------------------------- */
45 Keyword_List *
46 copy_list (Keyword_List *list)
48 Keyword_List *result;
49 Keyword_List **lastp = &result;
52 Keyword_List *new_con
[all...]
H A Dinput.h61 Keyword_List * _head;
H A Dinput.cc748 Keyword_List **list_tail = &_head;
972 *list_tail = new Keyword_List (new_kw);

Completed in 97 milliseconds