Home
last modified time | relevance | path

Searched refs:theord (Results 1 – 4 of 4) sorted by relevance

/dports/misc/figlet/figlet-2.2.5/
H A Dchkfont.c218 long oldord,theord; in checkit() local
384 tmpcnt=sscanf(fileline,"%li",&theord); in checkit()
393 if (theord>65535 && !bigcodetagwarn) { in checkit()
402 if (theord==-1) { in checkit()
409 if (theord>=-255 && theord<=-249 &&!deutschcodetagwarn) { in checkit()
418 if (theord<127 && theord>31 && !asciicodetagwarn) { in checkit()
427 else if (theord<=oldord && theord>=0 && oldord>=0 && !nonincrwarn) { in checkit()
436 oldord=theord; in checkit()
H A Dfiglet.c1129 void readfontchar(file,theord) in readfontchar() argument
1131 inchr theord;
1140 fcharlist->ord = theord;
1182 inchr theord; local
1271 for (theord=' ';theord<='~';theord++) {
1272 readfontchar(fontfile,theord);
1274 for (theord=0;theord<=6;theord++) {
1275 readfontchar(fontfile,deutsch[theord]);
1278 sscanf(fileline,"%li",&theord)==1) {
1279 readfontchar(fontfile,theord);
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Util/
H A DPath.hs163 (theord, '\\':rest) ->
164 go rest (chr (read theord) :acc) True
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dpara.py1809 theord = ord("a")+self.count-1
1810 bl = chr(theord)
1812 theord = ord("A")+self.count-1
1813 bl = chr(theord)