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

/xsrc/external/mit/xedit/dist/lisp/
H A Dformat.c920 * comma_width and line_width are only meaningful to '<', and
928 int *comma_width, int *line_width)
944 if (comma_width != NULL)
945 *comma_width = 0;
1007 if (comma_width != NULL &&
1010 *comma_width = args.arguments[0].value;
1512 comma_width, line_width, size, extra; local in function:format_justify
1518 &has_default, &comma_width, &line_width);
1630 if (has_default && line_width > 0 && comma_width >= 0 &&
1631 total_length + comma_width > line_widt
926 list_formats(FmtInfo * info,int command,char ** format_ptr,char *** format_list,int * format_count,int * has_default,int * comma_width,int * line_width) argument
[all...]

Completed in 16 milliseconds