Searched refs:thish (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/tbl/ |
H A D | ti.c | 60 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 D | tt.c | 84 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 D | tu.c | 26 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 D | picl.h | 150 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 D | llib-lpicl | 47 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 D | picltree.h | 110 extern int ptree_get_next_prop(picl_prophdl_t thish,
|
H A D | llib-lpicltree | 61 int ptree_get_next_prop(picl_prophdl_t thish, picl_prophdl_t *proph);
|