Home
last modified time | relevance | path

Searched refs:slot0 (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dquotearg.c633 static char slot0[256]; variable
635 static struct slotvec slotvec0 = {sizeof slot0, slot0};
645 if (sv[0].val != slot0) in quotearg_free()
648 slotvec0.size = sizeof slot0; in quotearg_free()
649 slotvec0.val = slot0; in quotearg_free()
711 if (val != slot0) in quotearg_n_options()