ident 316 lib/strutil/strutil8bit.c int ident = 0; ident 330 lib/strutil/strutil8bit.c ident = (width - length) / 2; ident 333 lib/strutil/strutil8bit.c ident = width - length; ident 339 lib/strutil/strutil8bit.c if ((int) remain <= ident) ident 341 lib/strutil/strutil8bit.c memset (actual, ' ', ident); ident 342 lib/strutil/strutil8bit.c actual += ident; ident 343 lib/strutil/strutil8bit.c remain -= ident; ident 348 lib/strutil/strutil8bit.c if (width - length - ident > 0) ident 350 lib/strutil/strutil8bit.c if (remain <= width - length - ident) ident 352 lib/strutil/strutil8bit.c memset (actual, ' ', width - length - ident); ident 353 lib/strutil/strutil8bit.c actual += width - length - ident; ident 376 lib/strutil/strutil8bit.c ident = (length - width) / 2; ident 379 lib/strutil/strutil8bit.c ident = length - width; ident 385 lib/strutil/strutil8bit.c pos += ident; ident 386 lib/strutil/strutil8bit.c for (; pos < (gsize) (ident + width) && remain > 1; pos++, actual++, remain--) ident 272 lib/strutil/strutilascii.c int ident = 0; ident 286 lib/strutil/strutilascii.c ident = (width - length) / 2; ident 289 lib/strutil/strutilascii.c ident = width - length; ident 296 lib/strutil/strutilascii.c if ((int) remain <= ident) ident 298 lib/strutil/strutilascii.c memset (actual, ' ', ident); ident 299 lib/strutil/strutilascii.c actual += ident; ident 300 lib/strutil/strutilascii.c remain -= ident; ident 310 lib/strutil/strutilascii.c if (width - length - ident > 0) ident 312 lib/strutil/strutilascii.c if (remain <= width - length - ident) ident 314 lib/strutil/strutilascii.c memset (actual, ' ', width - length - ident); ident 315 lib/strutil/strutilascii.c actual += width - length - ident; ident 347 lib/strutil/strutilascii.c ident = (length - width) / 2; ident 350 lib/strutil/strutilascii.c ident = length - width; ident 358 lib/strutil/strutilascii.c pos += ident; ident 359 lib/strutil/strutilascii.c for (; pos < (gsize) (ident + width) && remain > 1; pos++, actual++, remain--) ident 49 lib/strutil/strutilutf8.c int ident; ident 589 lib/strutil/strutilutf8.c if (tool->ident + w > to_ident) ident 600 lib/strutil/strutilutf8.c tool->ident += w; ident 647 lib/strutil/strutilutf8.c while (to_ident > tool->ident && tool->checked[0] != '\0') ident 652 lib/strutil/strutilutf8.c tool->ident++; ident 654 lib/strutil/strutilutf8.c tool->ident++; ident 703 lib/strutil/strutilutf8.c tool.ident = (width - pre_form->width) / 2; ident 706 lib/strutil/strutilutf8.c tool.ident = width - pre_form->width; ident 709 lib/strutil/strutilutf8.c tool.ident = 0; ident 713 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, tool.ident); ident 715 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, width - pre_form->width - tool.ident); ident 719 lib/strutil/strutilutf8.c tool.ident = 0; ident 723 lib/strutil/strutilutf8.c tool.ident = 0; ident 726 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, width - (pre_form->width - tool.ident + 1)); ident 733 lib/strutil/strutilutf8.c tool.ident = (width - pre_form->width) / 2; ident 736 lib/strutil/strutilutf8.c tool.ident = width - pre_form->width; ident 739 lib/strutil/strutilutf8.c tool.ident = 0; ident 744 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, tool.ident); ident 746 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, width - tool.ident); ident 793 lib/strutil/strutilutf8.c tool.ident = 0; ident 849 lib/strutil/strutilutf8.c tool.ident = -start; ident 851 lib/strutil/strutilutf8.c if (tool.ident < 0) ident 852 lib/strutil/strutilutf8.c tool.ident = 0; ident 853 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, tool.ident); ident 856 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, width - tool.ident); ident 886 lib/strutil/strutilutf8.c tool.ident = 0; ident 890 lib/strutil/strutilutf8.c tool.ident = 0;