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

/freebsd-12-stable/contrib/libarchive/cat/
H A Dcmdline.c115 enum { state_start = 0, state_old_tar, state_next_word, enumerator in enum:__anon2021
134 bsdcat->getopt_state = state_next_word;
140 if (bsdcat->getopt_state == state_next_word) {
175 bsdcat->getopt_state = state_next_word;
205 bsdcat->getopt_state = state_next_word;
214 bsdcat->getopt_state = state_next_word;
/freebsd-12-stable/contrib/libarchive/tar/
H A Dcmdline.c215 enum { state_start = 0, state_old_tar, state_next_word, enumerator in enum:__anon2120
235 bsdtar->getopt_state = state_next_word;
251 bsdtar->getopt_state = state_next_word;
274 if (bsdtar->getopt_state == state_next_word) {
309 bsdtar->getopt_state = state_next_word;
339 bsdtar->getopt_state = state_next_word;
348 bsdtar->getopt_state = state_next_word;
/freebsd-12-stable/contrib/libarchive/cpio/
H A Dcmdline.c112 enum { state_start = 0, state_next_word, state_short, state_long }; enumerator in enum:__anon2022
129 state = state_next_word;
135 if (state == state_next_word) {
170 state = state_next_word;
200 state = state_next_word;
209 state = state_next_word;

Completed in 164 milliseconds