Searched refs:mapset (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/3d/
H A Dlib_3d.h71 #define mapset _3d_mapset macro
H A Dmount3d.c144 else if (tab && spc) return(mapset(tab, path, 0, spc, 0));
H A Dmap.c485 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 D3d.h554 extern int mapset(Table_t*, const char*, int, const char*, int);
H A Dinit.c465 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