Lines Matching defs:text
42 "[d:delimiter?Set the \b--text\b field delimiter character. XML"
44 "[D:terminator?Set the \b--text\b record terminator character. XML"
47 "[e:escape?Set the \b--text\b field escape character. XML"
55 "[q:quote?Set the \b--text\b field quote begin character. If"
59 "[Q:end-quote?Set the \b--text\b field quote end character. If"
66 "[t:text?Generate a field-delimited newline-terminated text schema"
70 " delimited by the \b--terminator\b character. If \b--text\b is"
166 int text;
659 i = state.sized && !state.text && state.fixed;
709 if (state.text && (state.escape || state.quotebegin))
793 if (state.sized && state.text && state.variable && field->parent && (field->flags & CPY_number))
831 if (state.text)
853 if (!state.text)
869 if (state.text || state.variable && delimiter == state.terminator)
914 if (state.text || !(type = typename(field)))
1030 state.text = 1;