ident             317 lib/strutil/strutil8bit.c     int ident = 0;
ident             331 lib/strutil/strutil8bit.c             ident = (width - length) / 2;
ident             334 lib/strutil/strutil8bit.c             ident = width - length;
ident             340 lib/strutil/strutil8bit.c         if ((int) remain <= ident)
ident             342 lib/strutil/strutil8bit.c         memset (actual, ' ', ident);
ident             343 lib/strutil/strutil8bit.c         actual += ident;
ident             344 lib/strutil/strutil8bit.c         remain -= ident;
ident             349 lib/strutil/strutil8bit.c         if (width - length - ident > 0)
ident             351 lib/strutil/strutil8bit.c             if (remain <= width - length - ident)
ident             353 lib/strutil/strutil8bit.c             memset (actual, ' ', width - length - ident);
ident             354 lib/strutil/strutil8bit.c             actual += width - length - ident;
ident             377 lib/strutil/strutil8bit.c             ident = (length - width) / 2;
ident             380 lib/strutil/strutil8bit.c             ident = length - width;
ident             386 lib/strutil/strutil8bit.c         pos += ident;
ident             387 lib/strutil/strutil8bit.c         for (; pos < (gsize) (ident + width) && remain > 1; pos++, actual++, remain--)
ident             268 lib/strutil/strutilascii.c     int ident = 0;
ident             282 lib/strutil/strutilascii.c             ident = (width - length) / 2;
ident             285 lib/strutil/strutilascii.c             ident = width - length;
ident             292 lib/strutil/strutilascii.c         if ((int) remain <= ident)
ident             294 lib/strutil/strutilascii.c         memset (actual, ' ', ident);
ident             295 lib/strutil/strutilascii.c         actual += ident;
ident             296 lib/strutil/strutilascii.c         remain -= ident;
ident             306 lib/strutil/strutilascii.c         if (width - length - ident > 0)
ident             308 lib/strutil/strutilascii.c             if (remain <= width - length - ident)
ident             310 lib/strutil/strutilascii.c             memset (actual, ' ', width - length - ident);
ident             311 lib/strutil/strutilascii.c             actual += width - length - ident;
ident             343 lib/strutil/strutilascii.c             ident = (length - width) / 2;
ident             346 lib/strutil/strutilascii.c             ident = length - width;
ident             354 lib/strutil/strutilascii.c         pos += ident;
ident             355 lib/strutil/strutilascii.c         for (; pos < (gsize) (ident + width) && remain > 1; pos++, actual++, remain--)
ident              49 lib/strutil/strutilutf8.c     int ident;
ident             586 lib/strutil/strutilutf8.c             if (tool->ident + w > to_ident)
ident             597 lib/strutil/strutilutf8.c         tool->ident += w;
ident             644 lib/strutil/strutilutf8.c     while (to_ident > tool->ident && tool->checked[0] != '\0')
ident             649 lib/strutil/strutilutf8.c             tool->ident++;
ident             651 lib/strutil/strutilutf8.c                 tool->ident++;
ident             699 lib/strutil/strutilutf8.c             tool.ident = (width - pre_form->width) / 2;
ident             702 lib/strutil/strutilutf8.c             tool.ident = width - pre_form->width;
ident             705 lib/strutil/strutilutf8.c             tool.ident = 0;
ident             709 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, tool.ident);
ident             711 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - pre_form->width - tool.ident);
ident             715 lib/strutil/strutilutf8.c         tool.ident = 0;
ident             719 lib/strutil/strutilutf8.c         tool.ident = 0;
ident             722 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - (pre_form->width - tool.ident + 1));
ident             729 lib/strutil/strutilutf8.c             tool.ident = (width - pre_form->width) / 2;
ident             732 lib/strutil/strutilutf8.c             tool.ident = width - pre_form->width;
ident             735 lib/strutil/strutilutf8.c             tool.ident = 0;
ident             740 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, tool.ident);
ident             742 lib/strutil/strutilutf8.c         utf8_tool_insert_space (&tool, width - tool.ident);
ident             787 lib/strutil/strutilutf8.c         tool.ident = 0;
ident             844 lib/strutil/strutilutf8.c     tool.ident = -start;
ident             846 lib/strutil/strutilutf8.c     if (tool.ident < 0)
ident             847 lib/strutil/strutilutf8.c         tool.ident = 0;
ident             848 lib/strutil/strutilutf8.c     utf8_tool_insert_space (&tool, tool.ident);
ident             851 lib/strutil/strutilutf8.c     utf8_tool_insert_space (&tool, width - tool.ident);
ident             879 lib/strutil/strutilutf8.c         tool.ident = 0;
ident             883 lib/strutil/strutilutf8.c         tool.ident = 0;