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

  /src/external/gpl2/groff/dist/src/utils/afmtodit/
afmtodit.pl 6167 # while ((my $lig, my $glyph2) = each %ligs) {
6168 # $ligatures{$lig} = $n . " " . $glyph2;
6409 while (my ($lig, $components) = each %default_ligatures) {
6410 if (defined $width{$lig} && !defined $ligatures{$lig}) {
6411 $ligatures{$lig} = $components;
6434 while (my $lig = each %ligatures) {
6435 print(" $lig");
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 2080 charinfo *lig; local
2081 if ((lig = tf->get_lig(ci, gn->ci)) != 0) {
2084 return new ligature_node(lig, tf, gcol, fcol, this, gn, state,
6403 int lig; local
6404 if (has_arg() && get_integer(&lig) && lig >= 0 && lig <= 2)
6405 global_ligature_mode = lig;

Completed in 28 milliseconds