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

/xsrc/external/mit/xedit/dist/lisp/
H A Dformat.c1501 FmtInfo justify_info; local in function:format_justify
1533 memcpy(&justify_info, info, sizeof(FmtInfo));
1539 justify_info.args.base = justify_info.args.format = format;
1540 justify_info.format = &format;
1543 LispFormat(CAR(cons), &justify_info);
1546 if (justify_info.upandout)
1549 if (justify_info.upandout & UPANDOUT_COLLON) {

Completed in 3 milliseconds