Searched refs:inside (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTrig.c138 * Determine whether a line lies entirely inside, entirely
145 * returned if the polygon is entirely inside the rectangle.
167 * are inside the rectangle or not.
279 * series of line segments lies entirely inside, entirely
284 * 0 if they overlap, and 1 if they are entirely inside the
311 int inside; /* Tentative guess about what to return,
314 * inside the area; -1 means everything
319 inside = -1;
323 inside = 1;
348 if (TkOvalToArea(poly, rectPtr) != inside) {
308 int inside; /* Tentative guess about what to return, local
[all...]
H A DtkCanvArc.c739 * are coordPtr[0] and coordPtr[1] is inside the arc. If the
740 * point isn't inside the arc then the return value is the
742 * then anywhere in the interior is considered "inside"; if
743 * itemPtr isn't filled, then "inside" means only the area
894 * lies entirely inside, entirely outside, or overlapping
900 * inside the given area.
926 int inside; /* Non-zero means every test so far suggests
927 * that arc is inside rectangle. 0 means
959 * inside the rectangle (in which case we're done), partly in and
1032 * to see which are inside th
918 int inside; /* Non-zero means every test so far suggests local
[all...]
/ast/src/cmd/ksh93/tests/
H A Dquoting.sh134 then err_exit '$'"' inside double quotes not working"
138 then err_exit '$'"' inside `` quotes not working"
233 then err_exit 'backreference inside single quotes broken'
252 then err_exit '$\ not correct inside ""'
334 { $SHELL -c '(( 1`: "{ }"` ))' ;} 2> /dev/null || err_exit 'problem with ` inside (())'
337 [[ $x == '"$foobarx"' ]] || err_exit $'\\$\' not handled correctly inside ``'
341 [[ $foo == "$copy1" ]] || err_exit '$"..." not being ignored inside ``'

Completed in 15 milliseconds