Searched defs:yasm_preproc_module (Results 1 – 1 of 1) sorted by relevance
44 typedef struct yasm_preproc_module { struct46 const char *name;49 const char *keyword;64 /*@only@*/ yasm_preproc * (*create) (const char *in_filename,72 void (*destroy) (/*@only@*/ yasm_preproc *preproc);77 char * (*get_line) (yasm_preproc *preproc);82 size_t (*get_included_file) (yasm_preproc *preproc, /*@out@*/ char *buf,109 } yasm_preproc_module; argument