Home
last modified time | relevance | path

Searched defs:ENTER (Results 1 – 7 of 7) sorted by relevance

/minix3/include/
H A Dsearch.h35 FIND, ENTER enumerator
/minix3/minix/fs/mfs/
H A Dconst.h35 #define ENTER 1 /* tells search_dir to make dir entry */ macro
/minix3/minix/fs/ext2/
H A Dconst.h29 #define ENTER 1 /* tells search_dir to make dir entry */ macro
/minix3/external/bsd/bind/dist/lib/isc/
H A Dhttpd.c51 #define ENTER(x) do { fprintf(stderr, "ENTER %s\n", (x)); } while (/*CONSTCOND*/0) macro
55 #define ENTER(x) do { } while(/*CONSTCOND*/0) macro
/minix3/minix/commands/synctree/
H A Dsynctree.c78 ENTER= 128, /* Make ready to process contents of directory. */ enumerator
/minix3/minix/share/beaglebone/weather/
H A Dprocessing.js13 …log("Processing.js: "+N)}}return G}();var w=function(N){var O=new XMLHttpRequest;O.open("GET",N,fa… function
/minix3/external/bsd/bind/dist/lib/dns/
H A Dzone.c802 #define ENTER zone_debuglog(zone, me, 1, "enter") macro