Moving statement parsing into smaller functions.
commitae7e5725417fc900d039e63a3f1e15e55c521708
authorJosh Triplett <josh@freedesktop.org>
Thu, 8 Mar 2007 05:39:18 +0000 (7 21:39 -0800)
committerJosh Triplett <josh@freedesktop.org>
Thu, 8 Mar 2007 05:39:18 +0000 (7 21:39 -0800)
tree71a25e1f44ee899ef47d12be54376d11a8b442bc
parentdd580753ccf1a372e3ff19ac90fdbfc92e94ca66
Moving statement parsing into smaller functions.

This is the preparation step for the keyword table driven
parsing. Those statement parsing function will later
turn into function call back.

The patch should not introduce any functional changes.

Signed-Off-By: Christopher Li <sparse@chrisli.org>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Josh Triplett <josh@freedesktop.org>
parse.c