Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDaccess.c83 #define is_pathname(s) ((((s) != 0) && ((s)[0] == '/')) \ in _nc_is_abs_path() macro
86 #define is_pathname(s) ((s) != 0 && (s)[0] == '/') in _nc_is_abs_path()
88 return is_pathname(path); in _nc_is_abs_path()