Home
last modified time | relevance | path

Searched refs:fmtchar (Results 1 – 25 of 130) sorted by relevance

123456

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Ddoprnt.c215 char fmtchar = *fmt++; in doprnt() local
216 if (fmtchar == '%') in doprnt()
490 if (EQ (quoting_style, Qcurve) && fmtchar == '`') in doprnt()
492 else if (EQ (quoting_style, Qcurve) && fmtchar == '\'') in doprnt()
494 else if (! LEADING_CODE_P (fmtchar)) in doprnt()
496 if (EQ (quoting_style, Qstraight) && fmtchar == '`') in doprnt()
497 fmtchar = '\''; in doprnt()
499 *bufptr++ = fmtchar; in doprnt()
504 int charlen = BYTES_BY_CHAR_HEAD (fmtchar); in doprnt()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Derror.cpp38 char fmtchar; in errfmt() local
66 fmtchar = *fmt; in errfmt()
67 if (argi >= argc) fmtchar = 1; /* too many - ignore it */ in errfmt()
68 switch(fmtchar) in errfmt()
H A Derror_handling.cpp38 char fmtchar; in errfmt() local
66 fmtchar = *fmt; in errfmt()
67 if (argi >= argc) fmtchar = 1; /* too many - ignore it */ in errfmt()
68 switch(fmtchar) in errfmt()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Derror.cpp38 char fmtchar; in errfmt() local
66 fmtchar = *fmt; in errfmt()
67 if (argi >= argc) fmtchar = 1; /* too many - ignore it */ in errfmt()
68 switch(fmtchar) in errfmt()
H A Derror_handling.cpp38 char fmtchar; in errfmt() local
66 fmtchar = *fmt; in errfmt()
67 if (argi >= argc) fmtchar = 1; /* too many - ignore it */ in errfmt()
68 switch(fmtchar) in errfmt()
/dports/games/tads/tads-3.0.8/tads2/
H A Dler.c36 char fmtchar; in errfmt() local
64 fmtchar = *fmt; in errfmt()
65 if (argi >= argc) fmtchar = 1; /* too many - ignore it */ in errfmt()
66 switch(fmtchar) in errfmt()
H A Derr.c41 char fmtchar; local
69 fmtchar = *fmt;
70 if (argi >= argc) fmtchar = 1; /* too many - ignore it */
71 switch(fmtchar)
/dports/lang/voc/voc-63008f6/src/library/ulm/
H A DulmPrint.Mod95 fmtchar: CHAR;
116 IF fmtchar = 0X THEN
132 fmtchar := 0X;
168 IF (fmtchar >= "0") & (fmtchar <= "9") THEN
171 (CAP(fmtchar) >= "A") & (CAP(fmtchar) <= "F") THEN
275 CASE fmtchar OF
300 IF (fmtchar >= "0") & (fmtchar <= "9") OR (fmtchar = "*") THEN
696 CASE fmtchar OF
730 CASE fmtchar OF
747 Write(fmtchar);
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/stat/
H A Dstat.c204 int lsF, fmtchar, usestat, fn, nonl, quiet; in main() local
209 fmtchar = '\0'; in main()
224 fmtchar = 'f'; in main()
261 if (fmtchar != 0) in main()
263 fmtchar, ch); in main()
264 fmtchar = ch; in main()
280 if (fmtchar == '\0') { in main()
282 fmtchar = 'l'; in main()
284 fmtchar = 'f'; in main()
289 if (lsF && fmtchar != 'l') in main()
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Ddoprnt.c174 char fmtchar = *fmt++; in doprnt() local
175 if (fmtchar == '%') in doprnt()
449 if (quoting_style == CURVE_QUOTING_STYLE && fmtchar == '`') in doprnt()
451 else if (quoting_style == CURVE_QUOTING_STYLE && fmtchar == '\'') in doprnt()
453 else if (quoting_style == STRAIGHT_QUOTING_STYLE && fmtchar == '`') in doprnt()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/
H A Dn2.c206 fmtchar++; in pchar1()
210 fmtchar--; in pchar1()
217 fmtchar = fmtchar; in pchar1()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/ecpg/compatlib/
H A Dinformix.c785 fmtchar = ' '; in rfmtlong() local
853 fmtchar = lastfmt; in rfmtlong()
855 fmtchar = fmt[i]; in rfmtlong()
857 if (k < 0 && leftalign && sign && !signdone && fmtchar != '+' && fmtchar != '-') in rfmtlong()
860 switch (fmtchar) in rfmtlong()

123456