Searched refs:shape (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/bsdconfig/dot/
H A Ddot65 # begin_nodelist $shape $color $fillcolor $style
72 local shape="$1" color="$2" fillcolor="$3" style="$4"
75 [ "$shape" ] &&
76 printf '\t\tshape = "%s",\n' "$shape"
362 shape=circle color=black fillcolor=yellow style=filled
363 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
371 shape=box color=black fillcolor=lightblue style=filled
372 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
382 shape=box color=black fillcolor=lightblue style=filled
383 begin_nodelist "$shape" "
[all...]
/freebsd-9.3-release/sys/sys/
H A Dconsio.h180 /* set the text cursor shape (see also CONS_CURSORTYPE above) */
190 /* shape[0]: flags, shape[1]: base, shape[2]: height */
191 int shape[3]; member in struct:cshape
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c10672 /* Select a "shape" for the current instruction (describing register types or
10679 neon_select_shape (enum neon_shape shape, ...)
10682 enum neon_shape first_shape = shape;
10691 va_start (ap, shape);
10693 for (; shape != NS_NULL; shape = va_arg (ap, int))
10698 for (j = 0; j < neon_shape_tab[shape].els; j++)
10706 switch (neon_shape_tab[shape].el[j])
10760 if (shape == NS_NULL && first_shape != NS_NULL) argument
10761 first_error (_("invalid instruction shape"));
10669 neon_select_shape(enum neon_shape shape, ...) argument
[all...]
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex5297 % Figure out line sizes for the paragraph shape.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex5493 % Figure out line sizes for the paragraph shape.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex5369 % Figure out line sizes for the paragraph shape.

Completed in 124 milliseconds