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

/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
103 static int state = state_start;
115 if (state == state_start) {
/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
180 static int state = state_start;
192 if (state == state_start) {

Completed in 123 milliseconds