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

  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 6777 class constant_reg : public reg { class in inherits:reg
6780 constant_reg(const char *);
6784 constant_reg::constant_reg(const char *p) : s(p) function in class:constant_reg
6788 const char *constant_reg::get_string()
7443 number_reg_dictionary.define(".T", new constant_reg(tflag ? "1" : "0"));
7513 new constant_reg(ascii_output_flag
7654 number_reg_dictionary.define(".g", new constant_reg("1"));
7656 number_reg_dictionary.define(".R", new constant_reg("10000"));
7661 number_reg_dictionary.define(".x", new constant_reg(major_version))
    [all...]

Completed in 52 milliseconds