Lines Matching refs:NULL
34 …D_D(prompt, "usage: set prompt [<string>]", 'p', set_prompt, NULL, "|s", 0),
35 …tion, "usage: set pagination [<on|off>]", 'P', set_pagination, NULL, "|b", PHPDBG_ASYNC…
37 … "usage: set color <element> <color>", 'c', set_color, NULL, "ss", PHPDBG_ASYNC…
38 …, "usage: set colors [<on|off>]", 'C', set_colors, NULL, "|b", PHPDBG_ASYNC…
40 …D_D(oplog, "usage: set oplog [<output>]", 'O', set_oplog, NULL, "|s", 0),
41 … "usage: set break id [<on|off>]", 'b', set_break, NULL, "l|b", PHPDBG_ASYN…
42 …, "usage: set breaks [<on|off>]", 'B', set_breaks, NULL, "|b", PHPDBG_ASYNC…
43 … "usage: set quiet [<on|off>]", 'q', set_quiet, NULL, "|b", PHPDBG_ASYNC…
44 …ng, "usage: set stepping [<line|op>]", 's', set_stepping, NULL, "|s", PHPDBG_ASYNC…
45 …nt, "usage: set refcount [<on|off>]", 'r', set_refcount, NULL, "|b", PHPDBG_ASYNC…
46 … "usage: set lines [<number>]", 'l', set_lines, NULL, "|l", PHPDBG_ASYNC…
159 PHPDBG_G(prompt)[1]=NULL; in PHPDBG_SET()