| /src/external/lgpl3/gmp/dist/printf/ |
| doprnti.c | 51 int justify, den_showbaselen; local 97 justify = p->justify; 99 justify = DOPRNT_JUSTIFY_NONE; 101 if (justify == DOPRNT_JUSTIFY_RIGHT) /* pad right */ 110 if (justify == DOPRNT_JUSTIFY_INTERNAL) /* pad internal */ 127 if (justify == DOPRNT_JUSTIFY_LEFT) /* pad left */
|
| doprntf.c | 64 int prec, ndigits, free_size, len, newlen, justify, justlen, explen; local 349 justify = p->justify; 351 justify = DOPRNT_JUSTIFY_NONE; 353 TRACE (printf (" justify type %d intlen %d pointlen %d fraclen %d\n", 354 justify, intlen, pointlen, fraclen)); 356 if (justify == DOPRNT_JUSTIFY_RIGHT) /* pad for right */ 364 if (justify == DOPRNT_JUSTIFY_INTERNAL) /* pad for internal */ 379 if (justify == DOPRNT_JUSTIFY_LEFT) /* pad for left */
|
| doprnt.c | 222 param.justify = DOPRNT_JUSTIFY_RIGHT; 538 param.justify = DOPRNT_JUSTIFY_LEFT; 552 /* negative width means left justify */ 555 param.justify = DOPRNT_JUSTIFY_LEFT; 574 /* for right justify, put the fill after any minus sign */ 575 if (param.justify == DOPRNT_JUSTIFY_RIGHT) 576 param.justify = DOPRNT_JUSTIFY_INTERNAL;
|
| /src/external/lgpl3/gmp/dist/cxx/ |
| osfuns.cc | 88 p->justify = DOPRNT_JUSTIFY_LEFT; 90 p->justify = DOPRNT_JUSTIFY_INTERNAL; 92 p->justify = DOPRNT_JUSTIFY_RIGHT;
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| emitter.h | 40 emitter_justify_t justify; member in struct:emitter_col_s 120 emitter_justify_t justify, int width) { 123 if (justify == emitter_justify_none) { 126 } else if (justify == emitter_justify_left) { 143 * Width is ignored if justify is emitter_justify_none. 146 emitter_print_value(emitter_t *emitter, emitter_justify_t justify, int width, 162 emitter_gen_fmt(fmt, FMT_SIZE, format, justify, width), \ 168 emitter_gen_fmt(fmt, FMT_SIZE, "%s", justify, width), 192 emitter_gen_fmt(fmt, FMT_SIZE, "%s", justify, width), buf); 432 emitter_print_value(emitter, col->justify, col->width [all...] |
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| emitter.h | 40 emitter_justify_t justify; member in struct:emitter_col_s 120 emitter_justify_t justify, int width) { 123 if (justify == emitter_justify_none) { 126 } else if (justify == emitter_justify_left) { 143 * Width is ignored if justify is emitter_justify_none. 146 emitter_print_value(emitter_t *emitter, emitter_justify_t justify, int width, 162 emitter_gen_fmt(fmt, FMT_SIZE, format, justify, width), \ 168 emitter_gen_fmt(fmt, FMT_SIZE, "%s", justify, width), 192 emitter_gen_fmt(fmt, FMT_SIZE, "%s", justify, width), buf); 432 emitter_print_value(emitter, col->justify, col->width [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| emitter.h | 42 emitter_justify_t justify; member in struct:emitter_col_s 99 emitter_justify_t justify, int width) { 102 if (justify == emitter_justify_none) { 105 } else if (justify == emitter_justify_left) { 122 * Width is ignored if justify is emitter_justify_none. 125 emitter_print_value(emitter_t *emitter, emitter_justify_t justify, int width, 141 emitter_gen_fmt(fmt, FMT_SIZE, format, justify, width), \ 147 emitter_gen_fmt(fmt, FMT_SIZE, "%s", justify, width), 174 emitter_gen_fmt(fmt, FMT_SIZE, "%s", justify, width), buf); 414 emitter_print_value(emitter, col->justify, col->width [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| emitter.h | 42 emitter_justify_t justify; member in struct:emitter_col_s 99 emitter_justify_t justify, int width) { 102 if (justify == emitter_justify_none) { 105 } else if (justify == emitter_justify_left) { 122 * Width is ignored if justify is emitter_justify_none. 125 emitter_print_value(emitter_t *emitter, emitter_justify_t justify, int width, 141 emitter_gen_fmt(fmt, FMT_SIZE, format, justify, width), \ 147 emitter_gen_fmt(fmt, FMT_SIZE, "%s", justify, width), 174 emitter_gen_fmt(fmt, FMT_SIZE, "%s", justify, width), buf); 414 emitter_print_value(emitter, col->justify, col->width [all...] |
| /src/lib/libcurses/ |
| slk.c | 260 slk_set(int labnum, const char *label, int justify) 263 return __slk_set(_cursesi_screen, labnum, label, justify); 284 slk_wset(int labnum, const wchar_t *label, int justify) 287 return __slk_wset(_cursesi_screen, labnum, label, justify); 469 __slk_set(SCREEN *screen, int labnum, const char *label, int justify) 483 switch(justify) { 524 l->justify = justify; 551 __slk_wset(SCREEN *screen, int labnum, const wchar_t *label, int justify) 576 result = __slk_set(screen, labnum, str, justify); [all...] |
| curses_private.h | 195 int justify; member in struct:__slk_label
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-glade-1 | 588 <justify>GTK_JUSTIFY_CENTER</justify> 614 <justify>GTK_JUSTIFY_CENTER</justify> 636 <justify>GTK_JUSTIFY_CENTER</justify> 658 <justify>GTK_JUSTIFY_CENTER</justify> 689 <justify>GTK_JUSTIFY_CENTER</justify> [all...] |
| /src/external/bsd/jemalloc.old/dist/src/ |
| stats.c | 99 name->justify = emitter_justify_left; 111 col->justify = emitter_justify_right; \ 236 col_##name.justify = emitter_justify_##left_or_right; \ 241 header_col_##name.justify = emitter_justify_##left_or_right; \ 426 header_##name.justify = emitter_justify_##left_or_right; \ 433 col_##name.justify = emitter_justify_##left_or_right; \ 599 decay_type.justify = emitter_justify_right; 606 decay_time.justify = emitter_justify_right; 613 decay_npages.justify = emitter_justify_right; 620 decay_sweeps.justify = emitter_justify_right [all...] |
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| column.cpp | 65 void justify(const justification_spec &); 457 void justify(output_line *, vunits *bottomp) const; 504 void justification_spec::justify(output_line *col, vunits *bottomp) const 546 void column::justify(const justification_spec &js) function in class:column 549 js.justify(col, &bottom); 557 error("can't justify column - column not active"); 579 the_column->justify(js);
|
| /src/external/bsd/zstd/dist/contrib/match_finders/ |
| README.md | 30 * utility to justify the additional CPU used in finding matches. The one area
|
| /src/external/gpl3/binutils/dist/etc/ |
| add-log.el | 332 (defun change-log-fill-paragraph (&optional justify) 334 Prefix arg means justify as well." 339 (fill-region beg end justify)))
|
| /src/external/gpl3/binutils.old/dist/etc/ |
| add-log.el | 332 (defun change-log-fill-paragraph (&optional justify) 334 Prefix arg means justify as well." 339 (fill-region beg end justify)))
|
| /src/external/bsd/jemalloc/dist/src/ |
| stats.c | 120 name->justify = emitter_justify_left; 132 col->justify = emitter_justify_right; \ 274 col_##column_name.justify = emitter_justify_##left_or_right; \ 290 header_##column_name.justify = emitter_justify_##left_or_right; \ 1314 mem_count_title.justify = emitter_justify_left; 1321 mem_count_val.justify = emitter_justify_right;
|
| /src/external/gpl2/groff/dist/src/preproc/grn/ |
| hgraph.cpp | 53 void HGPutText(int justify, POINT pnt, char *string); 275 | local vertical and horizontal motions as needed to justify 281 HGPutText(int justify, 302 switch (justify) { 317 switch (justify) {
|
| /src/tests/lib/libcurses/slave/ |
| curses_commands.c | 4991 ARG_INT(justify); 4994 report_return(slk_set(labnum, label, justify)); 5012 ARG_INT(justify); 5015 report_return(slk_wset(labnum, label, justify));
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| string.d | 4158 Left justify `s` in a field `width` characters wide. `fillChar` 4189 Left justify `s` in a field `width` characters wide. `fillChar` 4300 Right justify `s` in a field `width` characters wide. `fillChar` 4331 Right justify `s` in a field `width` characters wide. `fillChar` 4556 Center justify `r` in a field `width` characters wide. `fillChar`
|
| /src/external/lgpl3/gmp/dist/ |
| gmp-impl.h | 4465 int justify; /* choices above */
|
| /src/external/gpl2/gmake/dist/config/ |
| texinfo.tex | 2857 % left margin and final column will justify at right margin. 4717 % We'd like to right-justify chapter numbers, but that looks strange
|
| /src/external/gpl2/groff/dist/doc/ |
| texinfo.tex | 2763 % left margin and final column will justify at right margin. 4599 % We'd like to right-justify chapter numbers, but that looks strange
|
| /src/external/gpl2/texinfo/dist/doc/ |
| texinfo.tex | 2763 % left margin and final column will justify at right margin. 4599 % We'd like to right-justify chapter numbers, but that looks strange
|
| /src/external/bsd/am-utils/dist/doc/ |
| texinfo.tex | 3974 % left margin and final column will justify at right margin. 6125 % We'd like to right-justify chapter numbers, but that looks strange
|