Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
Djsmin_2_0_9.py103 in_quote = ''
123 in_quote = previous
137 if in_quote:
156 elif in_quote:
159 if next1 == in_quote:
167 in_quote = ''
221 in_quote = next1
/external/selinux/libsemanage/src/
Dsemanage_store.c1236 int num_args = 0, in_quote = 0, in_dquote = 0, rc; in split_args() local
1267 } else if (in_quote) { in split_args()
1268 in_quote = 0; in split_args()
1270 in_quote = 1; in split_args()
1279 if (in_quote) { in split_args()
1323 if (isspace(*s) && !in_quote && !in_dquote) { in split_args()