Searched refs:_scr_all (Results 1 – 8 of 8) sorted by relevance
51 return (_scr_all(file, 0)); in scr_init()
51 return (_scr_all(file, 1)); in scr_restore()
51 return (_scr_all(file, 2)); in scr_set()
50 _scr_all(char *file, int which) in _scr_all() function
282 extern int _scr_all(char *, int);
524 _scr_all;
1194 #define scr_init(file) _scr_all(file, 0)1195 #define scr_restore(file) _scr_all(file, 1)1196 #define scr_set(file) _scr_all(file, 2)
917 int _scr_all(char *file, int which);