Searched refs:for_input (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | lex.cpp | 1331 class for_input : public input { class 1341 for_input(char *, double, double, int, double, char *); 1342 ~for_input(); 1347 for_input::for_input(char *vr, double f, double t, in for_input() function in for_input 1354 for_input::~for_input() in ~for_input() 1360 int for_input::get() in get() 1391 int for_input::peek() in peek() 1424 input_stack::push(new for_input(var, from, to, in do_for()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-cgraph.c | 74 lto_symtab_encoder_new (bool for_input) in lto_symtab_encoder_new() argument 78 if (!for_input) in lto_symtab_encoder_new()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-cgraph.cc | 78 lto_symtab_encoder_new (bool for_input) in lto_symtab_encoder_new() argument 82 if (!for_input) in lto_symtab_encoder_new()
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog.115 | 4842 * pic/lex.c (for_input::for_input): Add by_is_multiplicative 4844 (for_input::get, for_input::peek): Use this.
|
H A D | ChangeLog | 1635 * src/preproc/pic/lex.cpp (for_input): Add member `from'. 1637 (do_for, for_input::get, for_input::peek): Handle negative `by'.
|