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

/freebsd-9.3-release/contrib/libarchive/cpio/
H A Dcmdline.c102 enum { state_start = 0, state_next_word, state_short, state_long }; enumerator in enum:__anon1619
103 static int state = state_start;
115 if (state == state_start) {
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dcmdline.c181 enum { state_start = 0, state_old_tar, state_next_word, enumerator in enum:__anon1643
183 static int state = state_start;
195 if (state == state_start) {

Completed in 101 milliseconds