|
ELinks 0.19.1
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "elinks.h"#include "document/view.h"#include "js/ecmascript.h"#include "js/mujs.h"#include "js/mujs/history.h"#include "js/mujs/window.h"#include "session/history.h"#include "session/location.h"#include "session/session.h"#include "viewer/text/vs.h"
Functions | |
| static void | mjs_history_back (js_State *J) |
| static void | mjs_history_forward (js_State *J) |
| static void | mjs_history_go (js_State *J) |
| static void | mjs_history_toString (js_State *J) |
| int | mjs_history_init (js_State *J) |
|
static |
|
static |
|
static |
| int mjs_history_init | ( | js_State * | J | ) |
|
static |