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

/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/common/
H A Dstart.S345 bnes in_quote
353 in_quote: label
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c362 int in_quote; local
384 in_quote = (*s == '\'' || *s == '"');
385 sep = (in_quote) ? *s++ : ' ';
392 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 69 milliseconds