Home
last modified time | relevance | path

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

/dports/misc/figlet/figlet-2.2.5/
H A Dfiglet.c223 int outlinelenlimit; variable
1092 outlinelenlimit = outputwidth-1; in getparams()
1300 outputline[row] = (outchr*)myalloc(sizeof(outchr)*(outlinelenlimit+1));
1497 if (outlinelen+currcharwidth-smushamount>outlinelenlimit
1502 templine = (outchr*)myalloc(sizeof(outchr)*(outlinelenlimit+1));
2089 putstring(currchar[i]+STRLEN(currchar[i])-outlinelenlimit);