Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/oldroff/tbl/
Dti.c88 kl = c>0 ? thish (i,c-1) : 0; in interh()
90 kl = c>0 ? thish(up1(i),c-1) : 0; in interh()
91 kr = thish(i,c); in interh()
93 kr = c>0 ? thish(up1(i), c) : 0; in interh()
Dtt.c102 k = thish(i,c); in allh()
109 thish(i,c) in thish() function
123 if (t=='s') return(thish(i,c-1)); in thish()
Dtu.c54 type = thish(i,c); in makeline()
58 if (c>0 && !shortl && thish(i,c-1) == type)return; in makeline()
60 for(cr=c; cr < ncol && (ctype(i,cr)=='s'||type==thish(i,cr)); cr++); in makeline()
225 if (thish(i,ck)==0) in lefdata()