Home
last modified time | relevance | path

Searched refs:history (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/
A Drepl.c42 char history[REPL_INBUF_SIZE]; member
227 lastchar = g_repl->history[tmp_idx]; in repl_history_input()
233 lastchar = g_repl->history[tmp_idx]; in repl_history_input()
248 g_repl->history[tmp_idx] = '\0'; in repl_history_input()
269 while (g_repl->history[index] != '\0') in repl_up_history()
277 while (g_repl->history[lastindex] != '\0') in repl_up_history()
279 *inaddr++ = g_repl->history[lastindex]; in repl_up_history()
295 while ((g_repl->history[index] != '\0')) in repl_down_history()
301 while (g_repl->history[index] == '\0') in repl_down_history()
308 while (g_repl->history[lastindex] != '\0') in repl_down_history()
[all …]
/AliOS-Things-master/components/cli/src/
A Dcli.c61 char history[CLI_INBUF_SIZE]; member
609 lastchar = g_cli->history[tmp_idx]; in cli_history_input()
614 lastchar = g_cli->history[tmp_idx]; in cli_history_input()
625 while (g_cli->history[tmp_idx] != '\0') { in cli_history_input()
626 g_cli->history[tmp_idx] = '\0'; in cli_history_input()
645 while ((g_cli->history[index] == '\0') && in cli_up_history()
660 while (g_cli->history[lastindex] != '\0') { in cli_up_history()
661 *inaddr++ = g_cli->history[lastindex]; in cli_up_history()
679 while ((g_cli->history[index] != '\0')) { in cli_down_history()
689 while (g_cli->history[lastindex] != '\0') { in cli_down_history()
[all …]
/AliOS-Things-master/components/amp/jslib/src/
A Drepl.js104 var history = []; variable
419 history.push(str);
421 history_index = history.length;
426 if (history_index == history.length) {
427 history.push(cmd);
430 cmd = history[history_index];
436 if (history_index < history.length - 1) {
438 cmd = history[history_index];
446 var index = (history.length + i * dir + history_index) % history.length;
449 cmd = history[index];
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drepl.js103 var history = []; variable
411 history.push(str);
413 history_index = history.length;
418 if (history_index == history.length) {
419 history.push(cmd);
422 cmd = history[history_index];
428 if (history_index < history.length - 1) {
430 cmd = history[history_index];
438 var index = (history.length + i * dir + history_index) % history.length;
441 cmd = history[index];
[all …]
A DTODO71 - save history
/AliOS-Things-master/hardware/board/haas700/
A DREADME.md3 Change history:
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A DMiniZip64_Changes.txt5 - **TODO - Add history**
/AliOS-Things-master/components/SDL2/src/image/Xcode/pkg-support/resources/
A DReadMe.txt26 2006-01-31 - First entry in history. Updated for Universal Binaries. Static libraries of libpng and…
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/lib/x64/
A DLICENSE.zlib.txt34 the file ChangeLog history information documenting your changes. Please read
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/lib/x86/
A DLICENSE.zlib.txt34 the file ChangeLog history information documenting your changes. Please read
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DINDEX2 ChangeLog history of changes
A DREADME114 the file ChangeLog history information documenting your changes. Please read
A DChangeLog1213 - suppress history buffer provided by application to simplify the interface
1508 user-provided history buffer. This is supported only in deflateInit2
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/
A DREADME9 maintainer in the review. That can be found via the git history.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A DREADME-WIN32.txt102 the file ChangeLog history information documenting your changes. Please read
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A DREADME.txt7 Some history
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DCHANGELOG23 - Support show pipeline history.
2160 - Supported Add the history event signature function.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCHANGES717 Changed the allocation of palette, history, and trans arrays back to

Completed in 35 milliseconds