Searched refs:lastc (Results 1 – 7 of 7) sorted by relevance
79 SkPoint lastc = {0, 0}; in FromSVGString() local142 points[0].fX -= lastc.fX - c.fX; in FromSVGString()143 points[0].fY -= lastc.fY - c.fY; in FromSVGString()147 lastc = points[1]; in FromSVGString()157 points[0].fX -= lastc.fX - c.fX; in FromSVGString()158 points[0].fY -= lastc.fY - c.fY; in FromSVGString()162 lastc = points[0]; in FromSVGString()
691 int lastc; /* previous c */704 lastc = c;709 /* is there an EOL and/or BOL between lastc and c? */712 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||713 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {729 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&733 if ( (lastc != OUT && ISWORD(lastc)) &&776 int lastc; /* previous c */789 lastc = c;792 /* is there an EOL and/or BOL between lastc and c? */[all …]
323 char lastc = part[3].len && part[3].len <= part[3].size ? part[3].str[part[3].len - 1] : 0; in format_line() local324 *print_prefix = lastc == '\n' || lastc == '\r'; in format_line()
496 struct Cookie *lastc = NULL; in Curl_cookie_add() local1141 lastc = clist; in Curl_cookie_add()1174 if(lastc) in Curl_cookie_add()1175 lastc->next = co; in Curl_cookie_add()
1997 lastc = s[-1]1998 if lastc in sequence:1999 i = sequence.index(lastc) + 1
22741 - sscanf(): Initialized the lastc pointer to avoid the checks for