Searched defs:addpath (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c45 static void addpath(char c);
270 addpath(*cp++);
520 addpath(*s++);
521 addpath('/');
618 addpath(char c) function
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c45 void addpath(tchar);
182 addpath('~');
184 addpath(*cs++);
210 addpath(*cs++);
478 addpath(*s++);
479 addpath('/');
588 addpath(tchar c) function
592 tprintf("TRACE- addpath()\n");
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c85 static void addpath(char c);
211 addpath('~');
214 addpath(*cs++);
236 addpath(*cs++);
508 addpath(*s++);
509 addpath('/');
612 addpath(char c) function

Completed in 82 milliseconds