<!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.5' /> <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/2422.html#L61'>CMDLINE</a> 61 include/token.h CMDLINE *linetok(const char *line);</span> <span class='curline'><a href='../S/2837.html#L93'>CMDLINE</a> 93 src/assemble.c void assemble_start(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2837.html#L104'>CMDLINE</a> 104 src/assemble.c void assemble_ds(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2837.html#L115'>CMDLINE</a> 115 src/assemble.c void assemble_end(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2837.html#L126'>CMDLINE</a> 126 src/assemble.c void assemble_dc(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2837.html#L148'>CMDLINE</a> 148 src/assemble.c void assemble_in(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2837.html#L172'>CMDLINE</a> 172 src/assemble.c void assemble_out(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2837.html#L193'>CMDLINE</a> 193 src/assemble.c void assemble_rpush(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2837.html#L215'>CMDLINE</a> 215 src/assemble.c void assemble_rpop(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2837.html#L235'>CMDLINE</a> 235 src/assemble.c bool casl2cmd(CMD *cmdtbl, const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2837.html#L245'>CMDLINE</a> 245 src/assemble.c bool assemble_comet2cmd(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2837.html#L255'>CMDLINE</a> 255 src/assemble.c bool assembletok(const CMDLINE *cmdl, PASS pass);</span> <span class='curline'><a href='../S/2837.html#L431'>CMDLINE</a> 431 src/assemble.c void assemble_start(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2837.html#L449'>CMDLINE</a> 449 src/assemble.c void assemble_end(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2837.html#L466'>CMDLINE</a> 466 src/assemble.c void assemble_ds(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2837.html#L480'>CMDLINE</a> 480 src/assemble.c void assemble_dc(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2837.html#L494'>CMDLINE</a> 494 src/assemble.c void assemble_in(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2837.html#L514'>CMDLINE</a> 514 src/assemble.c void assemble_out(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2837.html#L537'>CMDLINE</a> 537 src/assemble.c void assemble_rpush(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2837.html#L552'>CMDLINE</a> 552 src/assemble.c void assemble_rpop(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2837.html#L567'>CMDLINE</a> 567 src/assemble.c bool casl2cmd(CMD *cmdtbl, const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2837.html#L581'>CMDLINE</a> 581 src/assemble.c bool assemble_comet2cmd(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2837.html#L671'>CMDLINE</a> 671 src/assemble.c bool assembletok(const CMDLINE *cmdl, PASS pass)</span> <span class='curline'><a href='../S/2837.html#L691'>CMDLINE</a> 691 src/assemble.c CMDLINE *cmdl = NULL;</span> <span class='curline'><a href='../S/2820.html#L97'>CMDLINE</a> 97 src/token.c CMDLINE *linetok(const char *line)</span> <span class='curline'><a href='../S/2820.html#L101'>CMDLINE</a> 101 src/token.c CMDLINE *cmdl = NULL;</span> <span class='curline'><a href='../S/2820.html#L116'>CMDLINE</a> 116 src/token.c cmdl = malloc_chk(sizeof(CMDLINE), "cmdl");</span> <span class='curline'><a href='../S/951.html#L23'>CMDLINE</a> 23 test/unit/linetok/cmd.c CMDLINE *testcl = malloc(sizeof(CMDLINE));</span> </pre> </body> </html>