Searched refs:mapset (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/3d/ |
H A D | lib_3d.h | 71 #define mapset _3d_mapset macro
|
H A D | mount3d.c | 144 else if (tab && spc) return(mapset(tab, path, 0, spc, 0));
|
H A D | map.c | 485 mapset(Table_t* tab, const char* from, int fromsize, register const char* to, int tosize) function 649 if (mapset(&state.vpath, from, fromsize, to, tosize)) 663 if (mapset(&state.vpath, from, fromsize, to, tosize) || state.table.version != TABLE_VERSION)
|
H A D | 3d.h | 554 extern int mapset(Table_t*, const char*, int, const char*, int);
|
H A D | init.c | 465 return(mapset(&state.vmap, arg, argsize, op, opsize)); 486 return(mapset(&state.vsafe, arg, argsize, op, opsize)); 516 if (!*arg || mapset(&state.vintercept, arg, argsize, op, opsize)) 1371 return(mapset(&state.vpath, arg, argsize, op, opsize)); 1654 mapset(&state.vpath, cp, mp - cp - 1, mp, zp - mp);
|
Completed in 18 milliseconds