HomeSort by: relevance | last modified time | path
    Searched refs:justification (Results 1 - 25 of 25) sorted by relevancy

  /src/lib/libform/
field.c 55 NO_JUSTIFICATION, /* justification style of the field */
227 * Set the justification for the passed field.
230 set_field_just(FIELD *field, int justification)
235 * not allowed to set justification if the field is
242 if ((justification < MIN_JUST_STYLE) /* check justification valid */
243 || (justification > MAX_JUST_STYLE))
246 /* only allow justification on static, single row fields */
251 fp->justification = justification;
    [all...]
form.h 39 /* Define the types of field justification that can be used. */
45 /* Define the max and min valid justification styles for range checking */
209 int justification; /* justification style of the field */ member in struct:_form_field
internals.c 283 * field it is and the type of justification used. The justification
297 switch (field->justification) {
1540 switch (cur->justification) {
1944 * where the current position in the string is and the justification
1945 * that is to be applied to the field. Justification is only applied
1953 just = field->justification;
1961 * make sure we apply the correct justification to non-static
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 5298 % if justification is not attempted. Hence \raggedright.
6213 % justification. From plain.tex.
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 5550 % if justification is not attempted. Hence \raggedright.
6490 % justification. From plain.tex.
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 5294 % if justification is not attempted. Hence \raggedright.
6209 % justification. From plain.tex.
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 5294 % if justification is not attempted. Hence \raggedright.
6209 % justification. From plain.tex.
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 5552 % if justification is not attempted. Hence \raggedright.
6492 % justification. From plain.tex.
  /src/external/gpl3/gdb/dist/texinfo/
texinfo.tex 5294 % if justification is not attempted. Hence \raggedright.
6209 % justification. From plain.tex.
  /src/external/gpl3/gdb.old/dist/texinfo/
texinfo.tex 5294 % if justification is not attempted. Hence \raggedright.
6209 % justification. From plain.tex.
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 3761 % if justification is not attempted. Hence \raggedright.
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 3235 % if justification is not attempted. Hence \raggedright.
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 4292 % if justification is not attempted. Hence \raggedright.
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 3642 % if justification is not attempted. Hence \raggedright.
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 4203 % if justification is not attempted. Hence \raggedright.
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 4203 % if justification is not attempted. Hence \raggedright.
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 6532 % justification. From plain.tex.
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 6532 % justification. From plain.tex.
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 6532 % justification. From plain.tex.
  /src/external/lgpl3/mpc/dist/doc/
texinfo.tex 6532 % justification. From plain.tex.
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 7405 % justification. From plain.tex.
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 7405 % justification. From plain.tex.
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 7282 % justification. From plain.tex.
  /src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex 7285 % justification. From plain.tex.
  /src/external/lgpl3/mpfr/dist/doc/
texinfo.tex 7327 % justification. From plain.tex.

Completed in 150 milliseconds