ident             321 lib/strutil/strutil8bit.c     int ident = 0;
ident             335 lib/strutil/strutil8bit.c             ident = (width - length) / 2;
ident             338 lib/strutil/strutil8bit.c             ident = width - length;
ident             344 lib/strutil/strutil8bit.c         if ((int) remain <= ident)
ident             346 lib/strutil/strutil8bit.c         memset (actual, ' ', ident);
ident             347 lib/strutil/strutil8bit.c         actual += ident;
ident             348 lib/strutil/strutil8bit.c         remain -= ident;
ident             353 lib/strutil/strutil8bit.c         if (width - length - ident > 0)
ident             355 lib/strutil/strutil8bit.c             if (remain <= width - length - ident)
ident             357 lib/strutil/strutil8bit.c             memset (actual, ' ', width - length - ident);
ident             358 lib/strutil/strutil8bit.c             actual += width - length - ident;
ident             381 lib/strutil/strutil8bit.c             ident = (length - width) / 2;
ident             384 lib/strutil/strutil8bit.c             ident = length - width;
ident             390 lib/strutil/strutil8bit.c         pos += ident;
ident             391 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             702 lib/strutil/strutilutf8.c             tool.ident = (width - pre_form->width) / 2;
ident             705 lib/strutil/strutilutf8.c             tool.ident = width - pre_form->width;
ident             708 lib/strutil/strutilutf8.c             tool.ident = 0;
ident             712 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, tool.ident);
ident             714 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - pre_form->width - tool.ident);
ident             718 lib/strutil/strutilutf8.c         tool.ident = 0;
ident             722 lib/strutil/strutilutf8.c         tool.ident = 0;
ident             725 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - (pre_form->width - tool.ident + 1));
ident             732 lib/strutil/strutilutf8.c             tool.ident = (width - pre_form->width) / 2;
ident             735 lib/strutil/strutilutf8.c             tool.ident = width - pre_form->width;
ident             738 lib/strutil/strutilutf8.c             tool.ident = 0;
ident             743 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, tool.ident);
ident             745 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - tool.ident);
ident             790 lib/strutil/strutilutf8.c         tool.ident = 0;
ident             847 lib/strutil/strutilutf8.c     tool.ident = -start;
ident             849 lib/strutil/strutilutf8.c     if (tool.ident < 0)
ident             850 lib/strutil/strutilutf8.c         tool.ident = 0;
ident             851 lib/strutil/strutilutf8.c     utf8_tool_insert_space (&tool, tool.ident);
ident             854 lib/strutil/strutilutf8.c     utf8_tool_insert_space (&tool, width - tool.ident);
ident             882 lib/strutil/strutilutf8.c         tool.ident = 0;
ident             886 lib/strutil/strutilutf8.c         tool.ident = 0;