Searched defs:preproc_raw (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
H A Draw-preproc.c49 yasm_preproc_raw *preproc_raw = yasm_xmalloc(sizeof(yasm_preproc_raw)); local
59 preproc_raw->preproc.module = &yasm_raw_LTX_preproc;
60 preproc_raw->in = f;
61 preproc_raw->cur_lm = lm;
62 preproc_raw->errwarns = errwarns;
64 return (yasm_preproc *)preproc_raw;
76 yasm_preproc_raw *preproc_raw = (yasm_preproc_raw *)preproc; local
84 if (!fgets(p, bufsize-(p-buf), preproc_raw->in)) {
85 if (ferror(preproc_raw->in)) {
88 yasm_errwarn_propagate(preproc_raw
[all...]

Completed in 111 milliseconds