Home
last modified time | relevance | path

Searched refs:pager_file (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/liblua/
H A Dlpager.c62 return (pager_file(luaL_checkstring(L, 1))); in lpager_file()
/freebsd/stand/libsa/
H A Dpager.c128 pager_file(const char *fname) in pager_file() function
H A Dstand.h337 extern int pager_file(const char *fname);
/freebsd/stand/common/
H A Dcommands.c493 result = pager_file(filename); in page_file()