Lines Matching refs:q
602 char *q; in xlu__cfgl_dequote() local
613 q= result; in xlu__cfgl_dequote()
623 *q++= nc; in xlu__cfgl_dequote()
624 } else if (nc=='a') { *q++= '\007'; in xlu__cfgl_dequote()
625 } else if (nc=='b') { *q++= '\010'; in xlu__cfgl_dequote()
626 } else if (nc=='f') { *q++= '\014'; in xlu__cfgl_dequote()
627 } else if (nc=='n') { *q++= '\n'; in xlu__cfgl_dequote()
628 } else if (nc=='r') { *q++= '\r'; in xlu__cfgl_dequote()
629 } else if (nc=='t') { *q++= '\t'; in xlu__cfgl_dequote()
630 } else if (nc=='v') { *q++= '\013'; in xlu__cfgl_dequote()
662 *q++= c; in xlu__cfgl_dequote()
667 *q++= 0; in xlu__cfgl_dequote()