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

/freebsd-9.3-release/usr.bin/hexdump/
H A Dparse.c205 enum { NOTOKAY, USEBCNT, USEPREC } sokay; local
241 sokay = USEBCNT;
248 sokay = USEPREC;
252 sokay = NOTOKAY;
324 switch(sokay) {

Completed in 73 milliseconds