Lines Matching +defs:inside +defs:string

568     int inside;
587 inside = 0;
601 * FIXME: Change this to only draw inside of polygons, and round
606 if (inside) {
615 inside = 1;
617 if (inside) {
623 inside = !inside;
639 int inside;
646 inside = 0;
660 * FIXME: Change this to only draw inside of polygons, and round
665 if (inside) {
673 inside = 1;
675 if (inside) {
680 inside = !inside;
1129 if (ex < 0) { /* negate values if inside self-intersection loop */
2697 TRACE(("string rotation: %d\n",
3172 * delimiter. If the string is empty, or contains nonreportable characters,
4474 TRACE(("DATA_ERROR: expected exactly one char in fill string FIXME\n"));
5006 * (D<str angle>S<size id>) # specify a string tilt
5007 * (D<str angle>S<size id>D<char angle>) # specify a string and character tilt
5124 TRACE(("arc length string %s\n",
5405 TRACE(("DATA_ERROR: expected int or string in load alphabet option: \"%s\"\n",
6387 * character tilt and not the string tilt.
6665 * space the characters in the tilted string"). The 7-13
6682 TRACE(("upgrading character rotation to string and character rotation: %d\n", context->current_text_controls->character_rotation));
7313 TRACE(("found string to draw: \"%s\"\n", state->temp));
7320 TRACE(("DATA_ERROR: unexpected string argument to \"%c\" command: \"%s\"\n",
7338 TRACE(("found end of hexadecimal string witch '%c' on digit %u\n",
7529 /* FIXME: the semicolon terminates the current command even if inside of an optionset or extent */
7667 parse_regis(XtermWidget xw, ANSI *params, char const *string)
7678 assert(string);
7688 init_fragment(&state->input, string);
7689 state->templen = (unsigned) strlen(string) + 1U;