Home
last modified time | relevance | path

Searched defs:exp_descriptor (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dparser-defs.h314 struct exp_descriptor struct
317 void (*print_subexp) (struct expression *, int *, struct ui_file *,
322 void (*operator_length) (const struct expression*, int, int*, int *);
332 int (*operator_check) (struct expression *exp, int pos,
356 extern const struct exp_descriptor exp_descriptor_standard; argument