Searched refs:variable_reg (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/groff/src/roff/troff/ |
| HD | reg.h | 60 class variable_reg : public general_reg { 63 variable_reg(int *);
|
| HD | reg.cpp | 289 variable_reg::variable_reg(units *p) : ptr(p) in variable_reg() function in variable_reg 293 void variable_reg::set_value(units n) in set_value() 298 int variable_reg::get_value(units *res) in get_value()
|
| HD | div.cpp | 1112 class nl_reg : public variable_reg { 1118 nl_reg::nl_reg() : variable_reg(&nl_reg_contents) in nl_reg() 1124 variable_reg::set_value(n); in set_value() 1194 number_reg_dictionary.define("dl", new variable_reg(&dl_reg_contents)); in init_div_requests() 1195 number_reg_dictionary.define("dn", new variable_reg(&dn_reg_contents)); in init_div_requests()
|
| HD | env.cpp | 3328 number_reg_dictionary.define("ct", new variable_reg(&ct_reg_contents)); in init_env_requests() 3330 number_reg_dictionary.define("ln", new variable_reg(&next_line_number)); in init_env_requests() 3331 number_reg_dictionary.define("rsb", new variable_reg(&rsb_reg_contents)); in init_env_requests() 3332 number_reg_dictionary.define("rst", new variable_reg(&rst_reg_contents)); in init_env_requests() 3333 number_reg_dictionary.define("sb", new variable_reg(&sb_reg_contents)); in init_env_requests() 3334 number_reg_dictionary.define("skw", new variable_reg(&skw_reg_contents)); in init_env_requests() 3335 number_reg_dictionary.define("ssc", new variable_reg(&ssc_reg_contents)); in init_env_requests() 3336 number_reg_dictionary.define("st", new variable_reg(&st_reg_contents)); in init_env_requests()
|
| HD | input.cpp | 7653 number_reg_dictionary.define("llx", new variable_reg(&llx_reg_contents)); in init_input_requests() 7654 number_reg_dictionary.define("lly", new variable_reg(&lly_reg_contents)); in init_input_requests() 7656 new variable_reg(&output_reg_maxx_contents)); in init_input_requests() 7658 new variable_reg(&output_reg_maxy_contents)); in init_input_requests() 7660 new variable_reg(&output_reg_minx_contents)); in init_input_requests() 7662 new variable_reg(&output_reg_miny_contents)); in init_input_requests() 7664 new variable_reg(&input_stack::limit)); in init_input_requests() 7665 number_reg_dictionary.define("systat", new variable_reg(&system_status)); in init_input_requests() 7666 number_reg_dictionary.define("urx", new variable_reg(&urx_reg_contents)); in init_input_requests() 7667 number_reg_dictionary.define("ury", new variable_reg(&ury_reg_contents)); in init_input_requests()
|