Searched refs:db_lex_context (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_lex.h66 * Added db_lex_context structure and some routine declarations
74 * Added db_lex_context for macro support
79 * Added db_lex_context structure and some routine declarations
88 * Added db_lex_context for macro support
152 struct db_lex_context { struct
204 void db_save_lex_context(struct db_lex_context *lp);
206 void db_restore_lex_context(struct db_lex_context *lp);
H A Ddb_lex.c218 db_save_lex_context(register struct db_lex_context *lp)
227 db_restore_lex_context(register struct db_lex_context *lp)
H A Ddb_command.c908 struct db_lex_context lex_context;

Completed in 73 milliseconds