Searched refs:wdelim (Results 1 – 2 of 2) sorted by relevance
97 Delim_t wdelim; member 131 cutinit(int mode, char* str, Delim_t* wdelim, Delim_t* ldelim, size_t reclen) in cutinit() argument 149 cut->wdelim = *wdelim; in cutinit() 150 if (wdelim->len == 1) in cutinit() 151 cut->space[wdelim->chr] = SP_WORD; in cutinit() 461 else if (w != cut->wdelim.chr) in cutfields() 479 if (c == cut->wdelim.chr) in cutfields() 579 Delim_t wdelim; in b_cut() local 584 wdelim in b_cut() [all...]
97 Delim_t wdelim; member133 cutinit(int mode, char* str, Delim_t* wdelim, Delim_t* ldelim, size_t reclen) in cutinit() argument151 cut->wdelim = *wdelim; in cutinit()152 if (wdelim->len == 1) in cutinit()153 cut->space[wdelim->chr] = SP_WORD; in cutinit()463 else if (w != cut->wdelim.chr) in cutfields()481 if (c == cut->wdelim.chr) in cutfields()581 Delim_t wdelim; in b_cut() local586 wdelim.chr = '\t'; in b_cut()588 wdelim.len = ldelim.len = 1; in b_cut()[all …]