Searched refs:variable_reg (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | reg.h | 62 class variable_reg : public general_reg { 65 variable_reg(int *);
|
H A D | reg.cpp | 291 variable_reg::variable_reg(units *p) : ptr(p) in variable_reg() function in variable_reg 295 void variable_reg::set_value(units n) in set_value() 300 int variable_reg::get_value(units *res) in get_value()
|
H A D | div.cpp | 1114 class nl_reg : public variable_reg { 1120 nl_reg::nl_reg() : variable_reg(&nl_reg_contents) in nl_reg() 1126 variable_reg::set_value(n); in set_value() 1196 number_reg_dictionary.define("dl", new variable_reg(&dl_reg_contents)); in init_div_requests() 1197 number_reg_dictionary.define("dn", new variable_reg(&dn_reg_contents)); in init_div_requests()
|
H A D | env.cpp | 3330 number_reg_dictionary.define("ct", new variable_reg(&ct_reg_contents)); in init_env_requests() 3332 number_reg_dictionary.define("ln", new variable_reg(&next_line_number)); in init_env_requests() 3333 number_reg_dictionary.define("rsb", new variable_reg(&rsb_reg_contents)); in init_env_requests() 3334 number_reg_dictionary.define("rst", new variable_reg(&rst_reg_contents)); in init_env_requests() 3335 number_reg_dictionary.define("sb", new variable_reg(&sb_reg_contents)); in init_env_requests() 3336 number_reg_dictionary.define("skw", new variable_reg(&skw_reg_contents)); in init_env_requests() 3337 number_reg_dictionary.define("ssc", new variable_reg(&ssc_reg_contents)); in init_env_requests() 3338 number_reg_dictionary.define("st", new variable_reg(&st_reg_contents)); in init_env_requests()
|
H A D | input.cpp | 7667 number_reg_dictionary.define("llx", new variable_reg(&llx_reg_contents)); in init_input_requests() 7668 number_reg_dictionary.define("lly", new variable_reg(&lly_reg_contents)); in init_input_requests() 7670 new variable_reg(&output_reg_maxx_contents)); in init_input_requests() 7672 new variable_reg(&output_reg_maxy_contents)); in init_input_requests() 7674 new variable_reg(&output_reg_minx_contents)); in init_input_requests() 7676 new variable_reg(&output_reg_miny_contents)); in init_input_requests() 7678 new variable_reg(&input_stack::limit)); in init_input_requests() 7679 number_reg_dictionary.define("systat", new variable_reg(&system_status)); in init_input_requests() 7680 number_reg_dictionary.define("urx", new variable_reg(&urx_reg_contents)); in init_input_requests() 7681 number_reg_dictionary.define("ury", new variable_reg(&ury_reg_contents)); in init_input_requests()
|