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

/ast/src/lib/libpp/
H A Dpptrace.c184 ppoptionstr(register long option) function
H A Dpplib.h805 #define ppoptionstr _pp_optionstr
838 extern char* ppoptionstr(long);
H A Dppop.c51 debug((-7, "set %s %s skipped -- readonly", p == &pp.state ? "state" : p == &pp.mode ? "mode" : "option", p == &pp.state ? ppstatestr(*r) : p == &pp.mode ? ppmodestr(*r) : ppoptionstr(*r)));
57 debug((-7, "set %s %s readonly", p == &pp.state ? "state" : p == &pp.mode ? "mode" : "option", p == &pp.state ? ppstatestr(*r) : p == &pp.mode ? ppmodestr(*r) : ppoptionstr(*r)));
63 debug((-7, "set %s %s", p == &pp.state ? "state" : p == &pp.mode ? "mode" : "option", p == &pp.state ? ppstatestr(*r) : p == &pp.mode ? ppmodestr(*r) : ppoptionstr(*r)));
/ast/src/cmd/INIT/
H A Dproto.c518 extern __MANGLE__ char* ppoptionstr __PROTO__((long));

Completed in 29 milliseconds