Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tbl/
H A Dti.c60 kl = c>0 ? thish (i,c-1) : 0; in interh()
62 kl = c>0 ? thish(up1(i),c-1) : 0; in interh()
63 kr = thish(i,c); in interh()
65 kr = c>0 ? thish(up1(i), c) : 0; in interh()
H A Dtt.c84 k = thish(i,c); in allh()
93 thish(int i, int c) in thish() function
107 if (t=='s') return(thish(i,c-1)); in thish()
H A Dtu.c26 type = thish(i,c); in makeline()
30 if (c>0 && !shortl && thish(i,c-1) == type)return; in makeline()
32 for(cr=c; cr < ncol && (ctype(i,cr)=='s'||type==thish(i,cr)); cr++); in makeline()
205 if (thish(i,ck)==0) in lefdata()
/titanic_44/usr/src/lib/libpicl/
H A Dpicl.h150 extern int picl_get_next_by_row(picl_prophdl_t thish, picl_prophdl_t *proph);
151 extern int picl_get_next_by_col(picl_prophdl_t thish, picl_prophdl_t *proph);
H A Dllib-lpicl47 int picl_get_next_by_row(picl_prophdl_t thish, picl_prophdl_t *proph);
48 int picl_get_next_by_col(picl_prophdl_t thish, picl_prophdl_t *proph);
/titanic_44/usr/src/lib/libpicltree/
H A Dpicltree.h110 extern int ptree_get_next_prop(picl_prophdl_t thish,
H A Dllib-lpicltree61 int ptree_get_next_prop(picl_prophdl_t thish, picl_prophdl_t *proph);