Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddllwrap.c355 int in_quote; in run() local
377 in_quote = (*s == '\'' || *s == '"'); in run()
378 sep = (in_quote) ? *s++ : ' '; in run()
385 if (in_quote) in run()
Dresrc.c205 int in_quote; in run_cmd() local
230 in_quote = (*s == '\'' || *s == '"'); in run_cmd()
231 sep = (in_quote) ? *s++ : ' '; in run_cmd()
242 if (in_quote) in run_cmd()