<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>CMDLINE</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.14' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/2453.html#L60'>CMDLINE</a> 60 include/token.h CMDLINE *linetok(const char *line);</span> <span class='curline'><a href='../S/2847.html#L83'>CMDLINE</a> 83 src/assemble.c void assemble_start(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2847.html#L92'>CMDLINE</a> 92 src/assemble.c void assemble_ds(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2847.html#L101'>CMDLINE</a> 101 src/assemble.c void assemble_end(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2847.html#L110'>CMDLINE</a> 110 src/assemble.c void assemble_dc(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2847.html#L130'>CMDLINE</a> 130 src/assemble.c void assemble_in(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2847.html#L152'>CMDLINE</a> 152 src/assemble.c void assemble_out(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2847.html#L171'>CMDLINE</a> 171 src/assemble.c void assemble_rpush(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2847.html#L191'>CMDLINE</a> 191 src/assemble.c void assemble_rpop(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2847.html#L211'>CMDLINE</a> 211 src/assemble.c bool casl2cmd(CMD *cmdtbl, const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2847.html#L221'>CMDLINE</a> 221 src/assemble.c bool assemble_comet2cmd(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2847.html#L231'>CMDLINE</a> 231 src/assemble.c bool assembletok(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2847.html#L407'>CMDLINE</a> 407 src/assemble.c void assemble_start(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2847.html#L425'>CMDLINE</a> 425 src/assemble.c void assemble_end(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2847.html#L442'>CMDLINE</a> 442 src/assemble.c void assemble_ds(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2847.html#L456'>CMDLINE</a> 456 src/assemble.c void assemble_dc(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2847.html#L470'>CMDLINE</a> 470 src/assemble.c void assemble_in(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2847.html#L490'>CMDLINE</a> 490 src/assemble.c void assemble_out(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2847.html#L513'>CMDLINE</a> 513 src/assemble.c void assemble_rpush(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2847.html#L528'>CMDLINE</a> 528 src/assemble.c void assemble_rpop(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2847.html#L543'>CMDLINE</a> 543 src/assemble.c bool casl2cmd(CMD *cmdtbl, const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2847.html#L557'>CMDLINE</a> 557 src/assemble.c bool assemble_comet2cmd(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2847.html#L647'>CMDLINE</a> 647 src/assemble.c bool assembletok(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2847.html#L667'>CMDLINE</a> 667 src/assemble.c CMDLINE *cmdl = NULL;</span> <span class='curline'><a href='../S/2840.html#L97'>CMDLINE</a> 97 src/token.c CMDLINE *linetok(const char *line)</span> <span class='curline'><a href='../S/2840.html#L101'>CMDLINE</a> 101 src/token.c CMDLINE *cmdl = NULL;</span> <span class='curline'><a href='../S/2840.html#L116'>CMDLINE</a> 116 src/token.c cmdl = malloc_chk(sizeof(CMDLINE), "cmdl");</span> <span class='curline'><a href='../S/985.html#L23'>CMDLINE</a> 23 test/unit/linetok/cmd.c CMDLINE *testcl = malloc(sizeof(CMDLINE));</span> </pre> </body> </html>