HomeSort by: relevance | last modified time | path
    Searched defs:p_augment (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/whatis/
whatis.c 76 char *beg, *conffile, **p, *p_augment, *p_path; local in function:main
80 p_augment = p_path = NULL;
91 p_augment = optarg;
111 if (p_augment)
112 whatis(argv, p_augment, 1);
whatis.c 76 char *beg, *conffile, **p, *p_augment, *p_path; local in function:main
80 p_augment = p_path = NULL;
91 p_augment = optarg;
111 if (p_augment)
112 whatis(argv, p_augment, 1);
  /src/usr.bin/apropos/
apropos.c 79 char *conffile, *machine, **p, *p_augment, *p_path, *sflag; local in function:main
83 p_augment = p_path = NULL;
95 p_augment = optarg;
123 if (p_augment)
124 apropos(argv, p_augment, true, sflag, machine);
apropos.c 79 char *conffile, *machine, **p, *p_augment, *p_path, *sflag; local in function:main
83 p_augment = p_path = NULL;
95 p_augment = optarg;
123 if (p_augment)
124 apropos(argv, p_augment, true, sflag, machine);

Completed in 22 milliseconds