OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:io_input
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_refclock.h
97
int (*
io_input
) (struct recvbuf *); /* input routine -
member in struct:refclockio
/src/external/mit/lua/dist/src/
liolib.c
153
#define
IO_INPUT
(IO_PREFIX "input")
337
static int
io_input
(lua_State *L) {
function
338
return g_iofile(L,
IO_INPUT
, "r");
392
lua_getfield(L, LUA_REGISTRYINDEX,
IO_INPUT
); /* get default input */
619
return g_read(L, getiofile(L,
IO_INPUT
), 1);
746
{"input",
io_input
},
825
createstdfile(L, stdin,
IO_INPUT
, "stdin");
Completed in 23 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026