HomeSort by: relevance | last modified time | path
    Searched defs:constant_int_reg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
reg.h 37 class constant_int_reg : public reg { class in inherits:reg
40 constant_int_reg(int *);
input.cpp 6793 constant_int_reg::constant_int_reg(int *q) : p(q) function in class:constant_int_reg
6797 const char *constant_int_reg::get_string()
7650 number_reg_dictionary.define(".C", new constant_int_reg(&compatible_flag));
7652 number_reg_dictionary.define(".color", new constant_int_reg(&color_flag));
7655 number_reg_dictionary.define(".H", new constant_int_reg(&hresolution));
7657 number_reg_dictionary.define(".U", new constant_int_reg(&safer_flag));
7658 number_reg_dictionary.define(".V", new constant_int_reg(&vresolution));
7659 number_reg_dictionary.define(".warn", new constant_int_reg(&warning_mask));

Completed in 105 milliseconds