Searched refs:word_len (Results 1 – 1 of 1) sorted by relevance
6082 int word_len; in expand_on_ifs() local6086 word_len = strcspn(str, G.ifs); in expand_on_ifs()6087 if (word_len) { in expand_on_ifs()6090 o_addblock(output, str, word_len); in expand_on_ifs()6096 o_addblock_duplicate_backslash(output, str, word_len); in expand_on_ifs()6102 str += word_len; in expand_on_ifs()