Home
last modified time | relevance | path

Searched refs:CMD_LS (Results 1 – 17 of 17) sorted by relevance

/dports/devel/cc65/cc65-2.19/testcode/lib/
H A Dtinyshell.c48 #define CMD_LS 4 macro
76 { "ls", CMD_LS },
77 { "dir", CMD_LS },
471 case CMD_LS: cmd_ls(); return; in run_command()
/dports/emulators/cpmtools/cpm/src/
H A Dcommand.h14 #define CMD_LS 9 macro
H A Dinteract.c39 case CMD_LS: in interact()
/dports/converters/asr10/asr10-1.0/
H A Depsfs_main.c61 CMD_LS, enumerator
93 "ls","usage: ls [-t] (=dir)\n",CMD_LS,
94 "dir","usage: ls [-t] (=dir)\n",CMD_LS,
215 case CMD_LS: in interpret()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/dos/
H A Dprogram_ls.cpp34 first_shell->CMD_LS(args); in Run()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/include/
H A Dshell.h129 void CMD_LS(char *args);
/dports/archivers/lzop/lzop-1.04/src/
H A Dp_lzo.c252 case CMD_LS: in lzo_enter()
410 use_seek = skip || opt_cmd == CMD_LIST || opt_cmd == CMD_LS || in lzo_decompress()
H A Dcompress.c358 if (ok && opt_cmd == CMD_LS) in x_decompress()
H A Dconf.h365 CMD_DECOMPRESS, CMD_TEST, CMD_LIST, CMD_LS, CMD_INFO, enumerator
H A Dlzop.c2611 set_cmd(CMD_LS); in do_option()
3135 case CMD_LS: in main()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dser-e7kpc.c61 #define CMD_LS 0x4c53 macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dser-e7kpc.c61 #define CMD_LS 0x4c53 macro
/dports/lang/seed7/seed7/lib/comp/
H A Dcmd_act.s7i46 const ACTION: CMD_LS is action "CMD_LS";
370 const proc: process (CMD_LS, in reference: function,
H A Daction.s7i513 when {"CMD_LS"}:
514 process(CMD_LS, function, params, c_expr);
/dports/net/nfsshell/nfsshell-09cdd52/
H A Dnfsshell.c124 #define CMD_LS 7 /* ls [-l] <filespec> */ macro
160 { "ls", CMD_LS, "[-l] <filespec> - list remote directory" },
337 case CMD_LS: in main()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/shell/
H A Dshell_cmds.cpp877 void DOS_Shell::CMD_LS(char *args) in CMD_LS() function in DOS_Shell
/dports/lang/seed7/seed7/lib/
H A Dosfiles.s7i73 const func array string: readDir (in string: dirPath) is action "CMD_LS";