Home
last modified time | relevance | path

Searched refs:qchar (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmlwriter.c99 char qchar; /* character used for quoting attribute values */ member
214 ret->qchar = '"'; in xmlNewTextWriter()
566 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument()
577 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument()
586 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument()
596 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument()
607 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument()
615 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartDocument()
1803 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterStartAttribute()
1942 count = xmlOutputBufferWrite(writer->out, 1, &writer->qchar); in xmlTextWriterEndAttribute()
[all …]
/external/libedit/src/
Dreadline.c508 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()