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

/ast/src/lib/libpp/
H A Dppinput.c393 unsigned long macro_offset; local
406 macro_offset = ppoffset();
441 ppprintf("%010lu", macro_offset);
463 unsigned long macro_offset; local
523 macro_offset = file_offset + strtol(t, &t, 10);
623 if (sfseek(sp, macro_offset, SEEK_SET) != macro_offset)
625 if (!(s = sfreserve(sp, index_offset - macro_offset, 0)))

Completed in 399 milliseconds