Home
last modified time | relevance | path

Searched refs:escape_it (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/libcpp/
Dmacro.c347 unsigned int i, escape_it, backslash_count = 0; in stringify_arg() local
368 escape_it = (token->type == CPP_STRING || token->type == CPP_WSTRING in stringify_arg()
374 if (escape_it) in stringify_arg()
395 if (escape_it) in stringify_arg()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcppmacro.c343 unsigned int i, escape_it, backslash_count = 0; local
359 escape_it = (token->type == CPP_STRING || token->type == CPP_WSTRING
365 if (escape_it)
386 if (escape_it)
/openbsd/src/gnu/usr.bin/perl/
Dsv.c12322 bool escape_it = FALSE; /* if this is a string should we quote and escape it? */ local
12697 if (escape_it) {
12811 escape_it = TRUE;
12833 escape_it = TRUE;
12840 escape_it = TRUE;
12851 escape_it = TRUE;
12915 escape_it = TRUE;