Searched refs:instance (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/3d/ |
H A D | lib_3d.h | 64 #define instance _3d_instance macro
|
H A D | pathnext.c | 115 * search for the instance name for path sp 118 * 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) function
|
H A D | open3d.c | 44 if (!instance(state.path.name, cp, &state.path.st, 1)) 51 * construct pathname for version instance name text into buf
|
H A D | 3d.h | 548 extern int instance(char*, char*, struct stat*, int);
|
H A D | pathreal.c | 381 * check for version instance 540 * check whether sp points to a version object and find version instance 599 if (instance(state.path.name, ip, st, 0))
|
/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 206 char instance; /* in set_instance */ \
|
/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 3441 shp->instance = 1; 3465 shp->instance = 0;
|
H A D | xec.c | 687 shp->instance = 1; 690 shp->instance = 0;
|
H A D | array.c | 1746 if(!shp->instance && nv_isnull(ap->cur))
|
Completed in 33 milliseconds