Lines Matching defs:Join_s
146 typedef struct Join_s struct
148 unsigned char state[1<<CHAR_BIT];
149 Sfio_t* outfile;
150 int* outlist;
151 int outmode;
152 int ooutmode;
153 char* nullfield;
154 char* delimstr;
155 int delim;
156 int delimlen;
157 int buffered;
158 int ignorecase;
159 int mb;
160 char* same;
161 int samesize;
162 void* context;
163 File_t file[2];