potion_asm_write  105 core/asm.h     PNAsm *potion_asm_write(Potion *, PNAsm *, char *, size_t);
potion_asm_write  426 syn/syntax-p5.y c1 = < (!q1 utf8)+ > { P->pbuf = potion_asm_write(P, P->pbuf, yytext, yyleng) }
potion_asm_write  428 syn/syntax-p5.y        < (q1 q1 { P->pbuf = potion_asm_write(P, P->pbuf, "'", 1) } | c1)* >
potion_asm_write  432 syn/syntax-p5.y escn        = esc 'n' { P->pbuf = potion_asm_write(P, P->pbuf, "\n", 1) }
potion_asm_write  433 syn/syntax-p5.y escb        = esc 'b' { P->pbuf = potion_asm_write(P, P->pbuf, "\b", 1) }
potion_asm_write  434 syn/syntax-p5.y escf        = esc 'f' { P->pbuf = potion_asm_write(P, P->pbuf, "\f", 1) }
potion_asm_write  435 syn/syntax-p5.y escr        = esc 'r' { P->pbuf = potion_asm_write(P, P->pbuf, "\r", 1) }
potion_asm_write  436 syn/syntax-p5.y esct        = esc 't' { P->pbuf = potion_asm_write(P, P->pbuf, "\t", 1) }
potion_asm_write  451 syn/syntax-p5.y   P->pbuf = potion_asm_write(P, P->pbuf, utfc, nbuf);
potion_asm_write  453 syn/syntax-p5.y escc = esc < utf8 > { P->pbuf = potion_asm_write(P, P->pbuf, yytext, yyleng) }
potion_asm_write  456 syn/syntax-p5.y e2 = '\\' ["] { P->pbuf = potion_asm_write(P, P->pbuf, "\"", 1) }
potion_asm_write  457 syn/syntax-p5.y c2 = < (!q2 !esc utf8)+ > { P->pbuf = potion_asm_write(P, P->pbuf, yytext, yyleng) }
potion_asm_write  255 syn/syntax.y   c1 = < (!q1 utf8)+ > { P->pbuf = potion_asm_write(P, P->pbuf, yytext, yyleng) }
potion_asm_write  257 syn/syntax.y          < (q1 q1 { P->pbuf = potion_asm_write(P, P->pbuf, "'", 1) } | c1)* >
potion_asm_write  261 syn/syntax.y   escn        = esc 'n' { P->pbuf = potion_asm_write(P, P->pbuf, "\n", 1) }
potion_asm_write  262 syn/syntax.y   escb        = esc 'b' { P->pbuf = potion_asm_write(P, P->pbuf, "\b", 1) }
potion_asm_write  263 syn/syntax.y   escf        = esc 'f' { P->pbuf = potion_asm_write(P, P->pbuf, "\f", 1) }
potion_asm_write  264 syn/syntax.y   escr        = esc 'r' { P->pbuf = potion_asm_write(P, P->pbuf, "\r", 1) }
potion_asm_write  265 syn/syntax.y   esct        = esc 't' { P->pbuf = potion_asm_write(P, P->pbuf, "\t", 1) }
potion_asm_write  284 syn/syntax.y     P->pbuf = potion_asm_write(P, P->pbuf, utfc, nbuf);
potion_asm_write  311 syn/syntax.y     P->pbuf = potion_asm_write(P, P->pbuf, utfc, nbuf);
potion_asm_write  313 syn/syntax.y   escc = esc < utf8 > { P->pbuf = potion_asm_write(P, P->pbuf, yytext, yyleng) }
potion_asm_write  316 syn/syntax.y   e2 = '\\' ["] { P->pbuf = potion_asm_write(P, P->pbuf, "\"", 1) }
potion_asm_write  317 syn/syntax.y   c2 = < (!q2 !esc utf8)+ > { P->pbuf = potion_asm_write(P, P->pbuf, yytext, yyleng) }