Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dcmdbuf.c1347 static char * histfile_find(int must_exist) in histfile_find() argument
1357 name = dirfile(lgetenv("XDG_STATE_HOME"), &LESSHISTFILE[1], must_exist); in histfile_find()
1363 name = dirfile(dir, &LESSHISTFILE[1], must_exist); in histfile_find()
1368 name = dirfile(lgetenv("XDG_DATA_HOME"), &LESSHISTFILE[1], must_exist); in histfile_find()
1370 name = dirfile(home, LESSHISTFILE, must_exist); in histfile_find()
1374 static char * histfile_name(int must_exist) in histfile_name() argument
1393 if (!must_exist) in histfile_name()
1399 name = histfile_find(must_exist); in histfile_name()
H A Dfilename.c217 public char * dirfile(char *dirname, char *filename, int must_exist) in dirfile() argument
233 if (must_exist) in dirfile()
H A Dfuncs.h140 public char * dirfile(char *dirname, char *filename, int must_exist);
/netbsd-src/usr.bin/indent/
H A Dargs.c259 load_profile(const char *fname, bool must_exist) in load_profile() argument
264 if (must_exist) in load_profile()