Home
last modified time | relevance | path

Searched defs:jdirection (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sbin/jscan/
H A Djscan.c48 static enum jdirection jdirection = JD_FORWARDS; variable
H A Djscan.h55 enum jdirection { JD_FORWARDS, JD_BACKWARDS, JD_SEQFIRST, JD_SEQLAST }; enum