Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 57) sorted by relevance

123

/plan9/sys/lib/troff/font/devutf/charlib/
H A DRC3 size 4 div /side exch def
7 0 side 1.5 mul rmoveto
8 0 side rlineto
9 side 2.5 mul 0 rlineto
10 0 side neg rlineto
H A Dbx3 size 2 div /side exch def
7 0 side rlineto
8 side 0 rlineto
9 0 side neg rlineto
H A Dsq3 size 2 div /side exch def
7 0 side rlineto
8 side 0 rlineto
9 0 side neg rlineto
/plan9/sys/src/cmd/grap/
H A Dticks.c44 void tickoff(int side) /* remember explicit sides */ in tickoff() argument
46 toffside |= side; in tickoff()
197 void autoside(Obj *p, int side) in autoside() argument
201 if (side == 'x') { in autoside()
221 if (side == 'x') { in autoside()
228 void autolog(Obj *p, int side) in autolog() argument
233 if (side == 'x') { in autolog()
250 if (side == 'x') in autolog()
265 if (side == 'x') { in autolog()
384 void maketick(int type, char *name, int side, int inflag, double val, char *lab, char *lenstr, char… in maketick() argument
[all …]
H A Dmisc.c62 void halfrange(Obj *p, int side, double val) /* record max and min for one direction */ in halfrange() argument
64 if (!(p->coord&XFLAG) && (side == LEFT || side == RIGHT)) { in halfrange()
69 } else if (!(p->coord&YFLAG) && (side == TOP || side == BOT)) { in halfrange()
H A Dgrap.y46 %type <i> side optside numlist comma linetype drawtype
129 | side linedesc { frameside($1, $2); }
132 side:
136 side
159 side { tickside($1); }
166 | side OFF { tickoff($1); }
204 side { tickside($1); }
/plan9/sys/src/cmd/cwfs/
H A Djuke.c46 Side side[MAXSIDE]; member
205 v = &w->side[p]; in wormunit()
216 print("\tload r%ld drive %Z\n", v-w->side, w->drive[drive]); in wormunit()
340 bestdrive(Juke *w, int side) in bestdrive() argument
351 v = &w->side[0]; in bestdrive()
363 e = w->side[side].elem; in bestdrive()
399 v-w->side, w->drive[drive]); in bestdrive()
504 findside(Device *juke, int side, Device *top) in findside() argument
520 if (i == side) in findside()
525 if (w->side[i].time == 0) { in findside()
[all …]
H A Dportfns.h236 Devsize wormsizeside(Device *, int side);
237 void wormsidestarts(Device *dev, int side, Sidestarts *stp);
/plan9/sys/doc/fs/
H A Dp738 side of disk 0.
41 side of the disk 1.
44 side of disk 0.
/plan9/sys/src/cmd/gs/src/
H A Dgxclpath.c1076 int side = 0x7badf00d; /* Initialize against indeterminizm. */ in cmd_put_path() local
1148 if ((start_side = side = which_side(B)) != 0) { in cmd_put_path()
1152 side); in cmd_put_path()
1167 if (next_side == side && side != 0) { /* Skip a line completely outside the clip region. */ in cmd_put_path()
1174 side); in cmd_put_path()
1178 if (side && (px != out.x || py != out.y || first_point())) { in cmd_put_path()
1192 if ((side = next_side) != 0) { /* Note a vertex going outside the clip region. */ in cmd_put_path()
1201 fixed2float(px), fixed2float(py), side); in cmd_put_path()
1223 close:if (side != start_side) { /* If we skipped any segments, put out a moveto/lineto. */ in cmd_put_path()
1224 if (side && (px != out.x || py != out.y || first_point())) { in cmd_put_path()
[all …]
H A Dgxfdrop.c388 active_line * plp, active_line * flp, int side, fixed y0, fixed y1) in process_h_sect() argument
404 code = margin_boundary(ll, set, 0, xx0, xx1, y, y, side, 0, 0); in process_h_sect()
413 active_line * plp, active_line * flp, active_line * alp, int side, fixed y0, fixed y1) in process_h_side() argument
418 int code = process_h_sect(ll, set, hlp, plp, flp, -side, y0, y1); in process_h_side()
424 int code = process_h_sect(ll, set, hlp, flp, alp, side, y0, y1); in process_h_side()
433 active_line * flp, active_line * alp, int side, fixed y0, fixed y1) in process_h_list() argument
437 int code = process_h_side(ll, &ll->margin_set0, hlp, plp, flp, alp, side, y0, y1); in process_h_list()
443 int code = process_h_side(ll, &ll->margin_set1, hlp, plp, flp, alp, side, y0, y1); in process_h_list()
/plan9/sys/src/ape/cmd/diff/
H A Dmkfile20 side.$O\
H A DNEWS111 -y --side-by-side
H A Ddiff.texi118 that differ between the two files, side by side. Another way to compare
964 @cindex side by side
968 @code{diff} can produce a side by side difference listing of two files.
1008 Side by side format is sometimes easiest to read, but it has limitations.
1014 You can use the @code{sdiff} command to interactively merge side by side
1018 * Side by Side Format:: Controlling side by side output format.
1019 * Example Side by Side:: Sample side by side output.
1024 @cindex side by side format
1026 The @samp{-y} or @samp{--side-by-side} option selects side by side
1027 format. Because side by side output lines contain two input lines, they
[all …]
H A DChangeLog344 * side.c (print_half_line): Use isprint, since some hosts lack isgraph.
583 * side.c (print_sdiff_common_lines_print_sdiff_hunk): Likewise.
698 * side.c (print_half_line): When the input position falls
858 * side.c (print_1sdiff_line): Represent incomplete lines on output.
921 * side.c (print_sdiff_script, print_half_line): Likewise.
1098 * diff.c, diff.h, side.c: Calculate column widths so that tabs line up.
1100 * side.c: Don't expand tabs unless -t is given.
1101 * side.c, util.c: Tab expansion now knows about '\b', '\f', '\r', '\v'.
1114 * sdiff.c, side.c: Don't assume that common lines are identical.
1121 * Makefile.in, analyze.c, diff.c, diff.h, io.c, side.c: Added
/plan9/sys/src/9/teg2/
H A Dwords6 the l2 cache is a non-architectural bag nailed on the side.
/plan9/sys/src/cmd/cc/
H A Dcom.c1115 if(vconst(l) == 0 && !side(r)) { in ccom()
1135 if(t == 0 && !side(r)) { in ccom()
1145 if(t == 0 && !side(l)) { in ccom()
1158 if(vconst(l) == 0 && !side(r)) { in ccom()
1209 if(vconst(l) == 0 && !side(r)) { in ccom()
1213 if(vconst(r) == 0 && !side(l)) { in ccom()
H A Dsub.c910 side(Node *n) in side() function
924 if(side(n->left)) in side()
952 if(side(n->left)) in side()
/plan9/sys/lib/man/permind/
H A Deign300 side
/plan9/sys/src/cmd/gs/jpeg/
H A Dfilelist.doc62 Compression side of the library:
80 Decompression side of the library:
/plan9/sys/lib/man/lookman/
H A Djunkwords386 side
/plan9/sys/include/
H A Dhtml.h254 uchar side; /* margin it floats to: ALleft or ALright */ member
/plan9/sys/src/cmd/6c/
H A Dsgen.c159 if(n->addable == 8 && !side(n)) { in xcom()
/plan9/sys/src/cmd/8c/
H A Dsgen.c166 if(n->addable == 8 && !side(n)) { in xcom()
/plan9/sys/src/libhtml/
H A Dbuild.c282 static Item* newifloat(Item* it, int side);
3164 newifloat(Item* it, int side) in newifloat() argument
3172 f->side = side; in newifloat()
3570 fl->x, fl->y, stringalign(fl->side), fl->item); in Iconv()
4015 ok = (fi->side == ALleft || fi->side == ALright) && in validitem()

123