Searched defs:create (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/3d/
H A Dpathnext.c118 * if create is non-zero, use name before the first slash as instance
123 instance(register char* sp, char* instname, struct stat* st, int create) argument
139 if (!create) cp -= 4;
160 if (map && (!create || *map->val != '/'))
163 if (!create)
175 if (create)
/ast/src/cmd/ksh93/tests/
H A Dtypes.sh127 create() function
640 [[ ${bar.foo[0]} == bam ]] || err_exit 'appending to empty array variable in type does not create element 0'
/ast/src/cmd/std/
H A Dtouch.c61 "[c!:create?Create the \afile\a if it does not exist, but write no "
110 int create = 1; local
140 create = 0;
289 if (tvtouch(file, ap, mp, cp, create))
/ast/src/lib/libast/misc/
H A Dstk.c98 int create; member in struct:__anon294
211 * create a stack
223 increment(create);
/ast/src/cmd/ksh93/sh/
H A Dsubshell.c115 * if the /tmp file create fails
133 /* popping a discipline forces a /tmp file create */
137 /* unable to create the /tmp file so use a pipe */
380 * create new one if in a subshell and one doesn't exist and create is non-zero
382 Dt_t *sh_subaliastree(int create) argument
387 if(!sp->salias && create)
398 * create new one if in a subshell and one doesn't exist and create is non-zero
400 Dt_t *sh_subfuntree(int create) argument
[all...]
/ast/src/lib/libtk/generic/
H A DtkText.h95 char *create; /* Script to create window on-demand. member in struct:TkTextEmbWindow

Completed in 19 milliseconds