Searched refs:qchar (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | xmlwriter.c | 99 char qchar; /* character used for quoting attribute values */ member 218 ret->qchar = '"'; in xmlNewTextWriter() 572 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument() 583 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument() 592 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument() 602 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument() 613 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument() 621 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument() 1809 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartAttribute() 1948 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterEndAttribute() [all …]
|
/external/libedit/src/ |
D | readline.c | 508 get_history_event(const char *cmd, int *cindex, int qchar) in get_history_event() argument 562 || cmd[idx] == '\t' || cmd[idx] == qchar)) in get_history_event() 675 int qchar; in _history_expand_command() local 677 qchar = (offs > 0 && command[offs - 1] == '"')? '"':0; in _history_expand_command() 678 ptr = get_history_event(command + offs, &idx, qchar); in _history_expand_command() 938 int qchar, loop_again; in history_expand() local 941 qchar = 0; in history_expand() 953 || str[j] == qchar) in history_expand() 966 qchar = (j > 0 && str[j - 1] == '"' )? '"':0; in history_expand()
|