shell definitions



p4_chdir_ :

mimics a unix'ish shell-command - PARSEs one filename/dirname

reference: ../src/shell.c:0117

p4_cwd_ :

calls system's getcwd

reference: ../src/shell.c:0092

p4_geteuid_ :

calls system's geteuid

reference: ../src/shell.c:0063

p4_getgid_ :

calls system's getgid

reference: ../src/shell.c:0070

p4_getpid_ :

calls system's getpid

reference: ../src/shell.c:0052

p4_getuid_ :

calls system's getuid

reference: ../src/shell.c:0059

p4_home_ :

calls system's getenv(HOME)

reference: ../src/shell.c:0083

p4_pwd_ :

calls system's getcwd and prints it to the screen

reference: ../src/shell.c:0097

p4_umask_ :

calls system's umask

reference: ../src/shell.c:0077

p4_user_ :

calls system's getenv(USER)

reference: ../src/shell.c:0087

p4_alloc_word

reference: ../src/shell.c:0178

p4_file_errorz

reference: ../src/shell.c:0161

p4_store_filename

reference: ../src/shell.c:0159

p4_type_on_line

reference: ../src/shell.c:0262