Lines Matching refs:stl
1231 char_u *stl; in win_redr_custom() local
1250 stl = p_tal; in win_redr_custom()
1267 stl = p_ruf; in win_redr_custom()
1269 if (*stl == '%') in win_redr_custom()
1271 if (*++stl == '-') in win_redr_custom()
1272 stl++; in win_redr_custom()
1273 if (atoi((char *)stl)) in win_redr_custom()
1274 while (VIM_ISDIGIT(*stl)) in win_redr_custom()
1275 stl++; in win_redr_custom()
1276 if (*stl++ != '(') in win_redr_custom()
1277 stl = p_ruf; in win_redr_custom()
1298 stl = wp->w_p_stl; in win_redr_custom()
1300 stl = p_stl; in win_redr_custom()
1321 stl = vim_strsave(stl); in win_redr_custom()
1323 stl, use_sandbox, in win_redr_custom()
1325 vim_free(stl); in win_redr_custom()