Home
last modified time | relevance | path

Searched refs:dbio_read_string (Results 1 – 5 of 5) sorted by relevance

/dports/net/lambdamoo/MOO-1.8.1/
H A Ddb_io.h43 extern const char *dbio_read_string(void);
H A Ddb_io.c167 dbio_read_string(void) in dbio_read_string() function
199 s = dbio_read_string(); in dbio_read_string_intern()
H A Dexecute.c2413 const char *line = dbio_read_string(); in bf_call_function_read()
2661 dbio_read_string(); /* was argstr */ in read_activ_as_pi()
2662 dbio_read_string(); /* was dobjstr */ in read_activ_as_pi()
2663 dbio_read_string(); /* was iobjstr */ in read_activ_as_pi()
2664 dbio_read_string(); /* was prepstr */ in read_activ_as_pi()
2844 func_name = dbio_read_string(); in read_activ()
H A Ddb_file.c126 (void) dbio_read_string(); /* discard old handles string */ in read_object()
H A Dserver.c1137 if (strcmp(dbio_read_string(), "with listeners") != 0) { in read_active_connections()