HomeSort by: relevance | last modified time | path
    Searched defs:justify (Results 1 - 8 of 8) sorted by relevancy

  /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 */
  /src/external/bsd/jemalloc.old/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.old/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/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/jemalloc/dist/include/jemalloc/internal/
emitter.h 46 emitter_justify_t justify; member in struct:emitter_col_s
103 const char *fmt_specifier, emitter_justify_t justify, int width) {
106 if (justify == emitter_justify_none) {
109 } else if (justify == emitter_justify_left) {
122 emitter_emit_str(emitter_t *emitter, emitter_justify_t justify, int width,
128 emitter, emitter_gen_fmt(fmt, fmt_size, "%s", justify, width), buf);
147 emitter_gen_fmt(fmt, fmt_size, "%s", justify, width), buf);
157 * Width is ignored if justify is emitter_justify_none.
160 emitter_print_value(emitter_t *emitter, emitter_justify_t justify, int width,
173 emitter_gen_fmt(fmt, FMT_SIZE, format, justify, width),
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
emitter.h 46 emitter_justify_t justify; member in struct:emitter_col_s
103 const char *fmt_specifier, emitter_justify_t justify, int width) {
106 if (justify == emitter_justify_none) {
109 } else if (justify == emitter_justify_left) {
122 emitter_emit_str(emitter_t *emitter, emitter_justify_t justify, int width,
128 emitter, emitter_gen_fmt(fmt, fmt_size, "%s", justify, width), buf);
147 emitter_gen_fmt(fmt, fmt_size, "%s", justify, width), buf);
157 * Width is ignored if justify is emitter_justify_none.
160 emitter_print_value(emitter_t *emitter, emitter_justify_t justify, int width,
173 emitter_gen_fmt(fmt, FMT_SIZE, format, justify, width),
    [all...]
  /src/lib/libcurses/
curses_private.h 195 int justify; member in struct:__slk_label

Completed in 76 milliseconds