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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddllwrap.c350 int in_quote; local
372 in_quote = (*s == '\'' || *s == '"');
373 sep = (in_quote) ? *s++ : ' ';
380 if (in_quote)
H A Dresrc.c212 int in_quote;
237 in_quote = (*s == '\'' || *s == '"');
238 sep = (in_quote) ? *s++ : ' ';
249 if (in_quote)
211 int in_quote; local

Completed in 106 milliseconds