Searched refs:state_next_word (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dcmdline.c178 enum { state_start = 0, state_old_tar, state_next_word, enumerator in enum:__anon9151
200 state = state_next_word;
216 state = state_next_word;
239 if (state == state_next_word) {
274 state = state_next_word;
304 state = state_next_word;
313 state = state_next_word;
/macosx-10.10.1/libarchive-30/libarchive/cpio/
H A Dcmdline.c102 enum { state_start = 0, state_next_word, state_short, state_long }; enumerator in enum:__anon9126
119 state = state_next_word;
125 if (state == state_next_word) {
160 state = state_next_word;
190 state = state_next_word;
199 state = state_next_word;

Completed in 116 milliseconds