Searched refs:atsign (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/ | ||
| H A D | format.c | 83 unsigned int atsign : 1; /* @ specified */ member in struct:__anon993d45e70208 295 arguments->atsign = arguments->collon = arguments->command = 0; 391 if (*ptr == '@') { /* check for special parameter atsign */ 392 if (arguments->atsign) { 400 arguments->atsign = 1; 511 atsign = args->atsign, local in function:format_ascii 531 if (atsign) { 562 /* if string is not NIL, atsign was specified 575 if (!atsign) { 599 int i, atsign, collon, mincol, padchar, commachar, commainterval; local in function:format_in_radix 749 int atsign = args->atsign, local in function:format_tabulate 1057 int atsign, collon, num_formats, length; local in function:format_case_conversion 1505 int atsign = info->args.atsign, local in function:format_justify [all...] |
Completed in 2 milliseconds