Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/less/
Dlesskey.c186 struct table cmdtable; variable
189 struct table *currtable = &cmdtable;
343 cmdtable.names = cmdnames; in init_tables()
344 cmdtable.pbuffer = cmdtable.buffer; in init_tables()
553 currtable = &cmdtable;
857 fputint(out, cmdtable.pbuffer - cmdtable.buffer);
858 fputbytes(out, (char *)cmdtable.buffer, cmdtable.pbuffer-cmdtable.buffer);
Ddecode.c47 static unsigned char cmdtable[] = variable
294 add_fcmd_table((char*)cmdtable, sizeof(cmdtable)); in init_cmds()
/mirbsd/src/sbin/fsdb/
Dfsdb.h50 struct cmdtable { struct
61 int argcount(struct cmdtable *, int, char *[]); argument
Dfsdb.c162 static struct cmdtable cmds[] = {
200 struct cmdtable *cmdtp; in helpfn()
229 struct cmdtable *cmdp; in cmdloop()
Dfsdbutil.c85 argcount(struct cmdtable *cmdp, int argc, char *argv[]) in argcount()