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

  /src/external/gpl2/groff/dist/src/preproc/eqn/
text.cpp 77 int font_type; member in struct:char_info
82 : spacing_type(ORDINARY_TYPE), font_type(DIGIT_TYPE)
102 return p ? p->font_type : DIGIT_TYPE;
115 p->font_type = ft;
140 char_table[i].font_type = LETTER_TYPE;
185 int font_type = char_table[c].font_type; local
186 if (font_type != LETTER_TYPE)
198 if (font_type != LETTER_TYPE)
204 int font_type = char_table[c].font_type local
210 int font_type = char_table[c].font_type; local
242 int font_type = get_special_char_font_type(s); local
    [all...]
  /src/sys/arch/x68k/stand/libiocs/
iocs.h 115 unsigned char font_type; member in struct:iocs_symbolptr

Completed in 18 milliseconds