Lines Matching refs:STORE
200 #define STORE(c) \ in quotearg_buffer_restyled() macro
212 STORE ('"'); in quotearg_buffer_restyled()
248 STORE (*quote_string); in quotearg_buffer_restyled()
256 STORE ('\''); in quotearg_buffer_restyled()
274 STORE ('\\'); in quotearg_buffer_restyled()
282 STORE ('\\'); in quotearg_buffer_restyled()
283 STORE ('0'); in quotearg_buffer_restyled()
284 STORE ('0'); in quotearg_buffer_restyled()
306 STORE ('?'); in quotearg_buffer_restyled()
307 STORE ('\\'); in quotearg_buffer_restyled()
308 STORE ('?'); in quotearg_buffer_restyled()
373 STORE ('\''); in quotearg_buffer_restyled()
374 STORE ('\\'); in quotearg_buffer_restyled()
375 STORE ('\''); in quotearg_buffer_restyled()
484 STORE ('\\'); in quotearg_buffer_restyled()
485 STORE ('0' + (c >> 6)); in quotearg_buffer_restyled()
486 STORE ('0' + ((c >> 3) & 7)); in quotearg_buffer_restyled()
491 STORE (c); in quotearg_buffer_restyled()
505 STORE ('\\'); in quotearg_buffer_restyled()
508 STORE (c); in quotearg_buffer_restyled()
516 STORE (*quote_string); in quotearg_buffer_restyled()