Searched refs:es (Results 1 – 2 of 2) sorted by relevance
192 es_match (struct E_string const *es, size_t i, char c) in es_match() argument194 return es->s[i] == c && !es->escaped[i]; in es_match()416 es_free (struct E_string *es) in es_free() argument418 free (es->s); in es_free()419 free (es->escaped); in es_free()431 unquote (char const *s, struct E_string *es) in unquote() argument435 es->s = xmalloc (len); in unquote()436 es->escaped = xcalloc (len, sizeof es->escaped[0]); in unquote()447 es->escaped[j] = true; in unquote()518 es->escaped[j] = false; in unquote()[all …]
555 Robert Millan zeratul2@wanadoo.es573 Santiago Vila Doncel sanvila@unex.es