Searched refs:word_list (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/groff-38/groff/src/devices/grohtml/
H A Dhtml.h36 class word_list { class
38 word_list ();
85 word_list last_word;
H A Doutput.cpp85 * word_list - create an empty word list.
88 word_list::word_list () function in class:word_list
98 int word_list::flush (FILE *f)
122 void word_list::add_word (const char *s, int n)
138 int word_list::get_length (void)
/macosx-10.9.5/groff-38/groff/src/utils/indxbib/
H A Dindxbib.cpp70 struct word_list { struct
71 word_list *next;
74 word_list(const char *, int, word_list *);
81 static word_list **common_words_table = 0;
370 word_list::word_list(const char *s, int n, word_list *p)
385 common_words_table = new word_list * [hash_table_size];
403 common_words_table[h] = new word_list(key_buffe
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Dcommand.h106 typedef struct word_list { struct
107 struct word_list *next;
H A Dparse.y298 WORD_LIST *word_list;
316 %token <word_list> ARITH_CMD ARITH_FOR_EXPRS
334 %type <word_list> word_list pattern
387 word_list: WORD label
389 | word_list WORD
643 | FOR WORD newline_list IN word_list list_terminator newline_list DO compound_list DONE
648 | FOR WORD newline_list IN word_list list_terminator newline_list '{' compound_list '}'
707 | SELECT WORD newline_list IN word_list list_terminator newline_list DO list DONE
712 | SELECT WORD newline_list IN word_list list_terminato
[all...]
/macosx-10.9.5/groff-38/groff/src/libs/libbib/
H A Dindex.cpp53 struct word_list;
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y761 %type <node> words symbols symbol_list qwords qsymbols word_list qword_list qsym_list word
3963 | tWORDS_BEG word_list tSTRING_END
3973 word_list : /* none */ label
3981 | word_list word ' '
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.y761 %type <val> words symbols symbol_list qwords qsymbols word_list qword_list qsym_list word
3963 | tWORDS_BEG word_list tSTRING_END
3973 word_list : /* none */ label
3981 | word_list word ' '

Completed in 213 milliseconds