Searched refs:thish (Results 1 – 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/tbl/ |
| H A D | ti.c | 58 kl = c>0 ? thish (i,c-1) : 0; in interh() 60 kl = c>0 ? thish(up1(i),c-1) : 0; in interh() 61 kr = thish(i,c); in interh() 63 kr = c>0 ? thish(up1(i), c) : 0; in interh()
|
| H A D | tt.c | 82 k = thish(i,c); in allh() 91 thish(int i, int c) in thish() function 105 if (t=='s') return(thish(i,c-1)); in thish()
|
| H A D | tu.c | 24 type = thish(i,c); in makeline() 28 if (c>0 && !shortl && thish(i,c-1) == type)return; in makeline() 30 for(cr=c; cr < ncol && (ctype(i,cr)=='s'||type==thish(i,cr)); cr++); in makeline() 203 if (thish(i,ck)==0) in lefdata()
|
| /illumos-gate/usr/src/lib/libpicl/ |
| H A D | picl.h | 148 extern int picl_get_next_by_row(picl_prophdl_t thish, picl_prophdl_t *proph); 149 extern int picl_get_next_by_col(picl_prophdl_t thish, picl_prophdl_t *proph);
|
| /illumos-gate/usr/src/lib/libpicltree/ |
| H A D | picltree.h | 108 extern int ptree_get_next_prop(picl_prophdl_t thish,
|