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

  /src/external/gpl2/groff/dist/src/roff/troff/
charinfo.h 95 charinfo *get_charinfo(symbol);
node.cpp 434 charinfo *ci = get_charinfo(symbol("|"));
443 charinfo *ci = get_charinfo(symbol("^"));
622 ci = get_charinfo(SYMBOL_ff);
626 ci = get_charinfo(SYMBOL_fi);
630 ci = get_charinfo(SYMBOL_fl);
638 ci = get_charinfo(SYMBOL_Fi);
642 ci = get_charinfo(SYMBOL_Fl);
4876 charinfo *ci = get_charinfo(symbol(gl.contents()));
6143 charinfo *ci = get_charinfo(symbol(gl.contents()));
6425 soft_hyphen_char = get_charinfo(HYPHEN_SYMBOL)
    [all...]
input.cpp 2046 s = get_charinfo(cc == 'l' ? "ru" : "br");
4124 ci = get_charinfo(symbol(s.contents()));
6329 charset_table[i] = get_charinfo(symbol(buf));
6343 get_charinfo(symbol("dg"))->set_flags(charinfo::TRANSPARENT);
6344 get_charinfo(symbol("rq"))->set_flags(charinfo::TRANSPARENT);
6345 get_charinfo(symbol("em"))->set_flags(charinfo::BREAK_AFTER);
6346 get_charinfo(symbol("ul"))->set_flags(charinfo::OVERLAPS_HORIZONTALLY);
6347 get_charinfo(symbol("rn"))->set_flags(charinfo::OVERLAPS_HORIZONTALLY);
6348 get_charinfo(symbol("radicalex"))->set_flags(charinfo::OVERLAPS_HORIZONTALLY);
6349 get_charinfo(symbol("sqrtex"))->set_flags(charinfo::OVERLAPS_HORIZONTALLY)
8093 charinfo *get_charinfo(symbol nm) function
    [all...]

Completed in 28 milliseconds