Searched refs:strip (Results 1 – 25 of 43) sorted by relevance
12
258 switch (OP(m->g->strip[es])) {261 es += OPND(m->g->strip[es]);265 es += OPND(m->g->strip[es]);271 switch (OP(m->g->strip[ss])) {377 esub += OPND(m->g->strip[esub]);395 i = OPND(m->g->strip[ss]);400 i = OPND(m->g->strip[ss]);503 s = m->g->strip[ss];523 s = m->g->strip[ss];579 esub += OPND(m->g->strip[esub]);[all …]
28 if (g->strip != NULL)29 free((char *)g->strip);
131 if (p->strip == NULL) {1423 s = p->strip[sn];1436 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos],1438 p->strip[pos] = s;1456 p->strip[pos] = OP(p->strip[pos]) | value;1478 p->strip = sp;1492 g->strip = (sop *)realloc((unsigned char *)p->strip, p->slen * sizeof(sop));1493 if (g->strip == NULL) {1495 g->strip = p->strip;1528 scan = g->strip + 1;[all …]
116 if (OP(g->strip[0]) != OEND)118 for (s = &g->strip[1]; !done; s++) {
112 sop *strip; /* malloced area for strip */ member
2 Bug #53319 (Strip_tags() may strip '<br />' incorrectly)
7 var_dump(strripos("test strip string strand", "str"));
7 var_dump(strrpos("test strip string strand", "str"));
75 // strip white space and any "minus" signs
2 Combination of strip & sanitize filters
2 Bug #60749: SNMP module should not strip non-standard SNMP port from hostname
7 Description: Gets line from file pointer and strip HTML tags45 /* read entire file and strip tags */ 52 /* read entire file and strip tags tags */
13 Description: Gets line from file pointer and strip HTML tags57 /* read entire file and strip tags */64 /* read entire file and strip tags tags */
13 Description: Gets line from file pointer and strip HTML tags55 /* read entire file and strip tags */62 /* read entire file and strip tags tags */
13 Description: Gets line from file pointer and strip HTML tags65 /* read entire file and strip tags */
13 Description: Gets line from file pointer and strip HTML tags61 /* read entire file and strip tags */
7 Description: Gets line from file pointer and strip HTML tags
2 strip comments and whitespace with -w
40 // strip all text nodes from this tree
Completed in 41 milliseconds