ident 315 lib/strutil/strutil8bit.c int ident = 0; ident 329 lib/strutil/strutil8bit.c ident = (width - length) / 2; ident 332 lib/strutil/strutil8bit.c ident = width - length; ident 338 lib/strutil/strutil8bit.c if ((int) remain <= ident) ident 340 lib/strutil/strutil8bit.c memset (actual, ' ', ident); ident 341 lib/strutil/strutil8bit.c actual += ident; ident 342 lib/strutil/strutil8bit.c remain -= ident; ident 347 lib/strutil/strutil8bit.c if (width - length - ident > 0) ident 349 lib/strutil/strutil8bit.c if (remain <= width - length - ident) ident 351 lib/strutil/strutil8bit.c memset (actual, ' ', width - length - ident); ident 352 lib/strutil/strutil8bit.c actual += width - length - ident; ident 375 lib/strutil/strutil8bit.c ident = (length - width) / 2; ident 378 lib/strutil/strutil8bit.c ident = length - width; ident 384 lib/strutil/strutil8bit.c pos += ident; ident 385 lib/strutil/strutil8bit.c for (; pos < (gsize) (ident + width) && remain > 1; pos++, actual++, remain--) ident 266 lib/strutil/strutilascii.c int ident = 0; ident 280 lib/strutil/strutilascii.c ident = (width - length) / 2; ident 283 lib/strutil/strutilascii.c ident = width - length; ident 290 lib/strutil/strutilascii.c if ((int) remain <= ident) ident 292 lib/strutil/strutilascii.c memset (actual, ' ', ident); ident 293 lib/strutil/strutilascii.c actual += ident; ident 294 lib/strutil/strutilascii.c remain -= ident; ident 304 lib/strutil/strutilascii.c if (width - length - ident > 0) ident 306 lib/strutil/strutilascii.c if (remain <= width - length - ident) ident 308 lib/strutil/strutilascii.c memset (actual, ' ', width - length - ident); ident 309 lib/strutil/strutilascii.c actual += width - length - ident; ident 341 lib/strutil/strutilascii.c ident = (length - width) / 2; ident 344 lib/strutil/strutilascii.c ident = length - width; ident 352 lib/strutil/strutilascii.c pos += ident; ident 353 lib/strutil/strutilascii.c for (; pos < (gsize) (ident + width) && remain > 1; pos++, actual++, remain--) ident 49 lib/strutil/strutilutf8.c int ident; ident 584 lib/strutil/strutilutf8.c if (tool->ident + w > to_ident) ident 595 lib/strutil/strutilutf8.c tool->ident += w; ident 642 lib/strutil/strutilutf8.c while (to_ident > tool->ident && tool->checked[0] != '\0') ident 647 lib/strutil/strutilutf8.c tool->ident++; ident 649 lib/strutil/strutilutf8.c tool->ident++; ident 697 lib/strutil/strutilutf8.c tool.ident = (width - pre_form->width) / 2; ident 700 lib/strutil/strutilutf8.c tool.ident = width - pre_form->width; ident 703 lib/strutil/strutilutf8.c tool.ident = 0; ident 707 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, tool.ident); ident 709 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, width - pre_form->width - tool.ident); ident 713 lib/strutil/strutilutf8.c tool.ident = 0; ident 717 lib/strutil/strutilutf8.c tool.ident = 0; ident 720 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, width - (pre_form->width - tool.ident + 1)); ident 727 lib/strutil/strutilutf8.c tool.ident = (width - pre_form->width) / 2; ident 730 lib/strutil/strutilutf8.c tool.ident = width - pre_form->width; ident 733 lib/strutil/strutilutf8.c tool.ident = 0; ident 738 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, tool.ident); ident 740 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, width - tool.ident); ident 785 lib/strutil/strutilutf8.c tool.ident = 0; ident 842 lib/strutil/strutilutf8.c tool.ident = -start; ident 844 lib/strutil/strutilutf8.c if (tool.ident < 0) ident 845 lib/strutil/strutilutf8.c tool.ident = 0; ident 846 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, tool.ident); ident 849 lib/strutil/strutilutf8.c utf8_tool_insert_space (&tool, width - tool.ident); ident 877 lib/strutil/strutilutf8.c tool.ident = 0; ident 881 lib/strutil/strutilutf8.c tool.ident = 0;