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

  /src/usr.bin/soelim/
soelim.c 77 static void addpath(struct path *, const char *);
89 addpath(struct path *p, const char *dir) function in typeref:typename:void
139 addpath(&p, ".");
144 addpath(&p, optarg);
soelim.c 77 static void addpath(struct path *, const char *);
89 addpath(struct path *p, const char *dir) function in typeref:typename:void
139 addpath(&p, ".");
144 addpath(&p, optarg);
soelim.c 77 static void addpath(struct path *, const char *);
89 addpath(struct path *p, const char *dir) function in typeref:typename:void
139 addpath(&p, ".");
144 addpath(&p, optarg);
  /src/usr.bin/rdist/
expand.c 72 static void addpath(int);
283 addpath(*cp++);
508 addpath(*s++);
509 addpath('/');
547 addpath(int c) function in typeref:typename:void
expand.c 72 static void addpath(int);
283 addpath(*cp++);
508 addpath(*s++);
509 addpath('/');
547 addpath(int c) function in typeref:typename:void
expand.c 72 static void addpath(int);
283 addpath(*cp++);
508 addpath(*s++);
509 addpath('/');
547 addpath(int c) function in typeref:typename:void
  /src/usr.bin/man/
man.c 89 char *addpath; /* -m: add these dirs to front of manpath */ member in struct:manstate
126 static void addpath(struct manstate *, const char *, size_t, const char *,
169 m.addpath = optarg;
340 addpath(&m, p, len, esubd->s, INS_TAIL);
348 addpath(&m, "", 1, epath->s, INS_TAIL);
353 addpath(&m, epath->s, epath->len, esubd->s, INS_TAIL);
359 * [4] finally, prepend the "-m" m.addpath to mymanpath if it
361 * m.addpath.
363 if (m.addpath) {
365 /* note: strtok is going to destroy m.addpath */
1026 addpath(struct manstate *m, const char *dir, size_t len, const char *sub, function in typeref:typename:void
    [all...]
man.c 89 char *addpath; /* -m: add these dirs to front of manpath */ member in struct:manstate
126 static void addpath(struct manstate *, const char *, size_t, const char *,
169 m.addpath = optarg;
340 addpath(&m, p, len, esubd->s, INS_TAIL);
348 addpath(&m, "", 1, epath->s, INS_TAIL);
353 addpath(&m, epath->s, epath->len, esubd->s, INS_TAIL);
359 * [4] finally, prepend the "-m" m.addpath to mymanpath if it
361 * m.addpath.
363 if (m.addpath) {
365 /* note: strtok is going to destroy m.addpath */
1026 addpath(struct manstate *m, const char *dir, size_t len, const char *sub, function in typeref:typename:void
    [all...]
man.c 89 char *addpath; /* -m: add these dirs to front of manpath */ member in struct:manstate
126 static void addpath(struct manstate *, const char *, size_t, const char *,
169 m.addpath = optarg;
340 addpath(&m, p, len, esubd->s, INS_TAIL);
348 addpath(&m, "", 1, epath->s, INS_TAIL);
353 addpath(&m, epath->s, epath->len, esubd->s, INS_TAIL);
359 * [4] finally, prepend the "-m" m.addpath to mymanpath if it
361 * m.addpath.
363 if (m.addpath) {
365 /* note: strtok is going to destroy m.addpath */
1026 addpath(struct manstate *m, const char *dir, size_t len, const char *sub, function in typeref:typename:void
    [all...]

Completed in 39 milliseconds