HomeSort by: relevance | last modified time | path
    Searched defs:sokay (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/hexdump/
parse.c 221 enum { NOTOKAY, USEBCNT, USEPREC } sokay; local in function:rewrite
254 sokay = USEBCNT;
262 sokay = USEPREC;
267 sokay = NOTOKAY;
350 switch(sokay) {

Completed in 11 milliseconds