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

/ast/src/cmd/3d/
H A Dmap.c485 mapset(Table_t* tab, const char* from, int fromsize, register const char* to, int tosize) argument
497 if (!fromsize && (!from || !from[0] || from[0] == '-' && !from[1]) || fromsize == 1 && from[0] == '-')
500 fromsize = 0;
507 message((-2, "mount: %-*s %-*s", from == state.null ? 1 : fromsize ? fromsize : strlen(from), from == state.null ? "-" : from, to == state.null ? 1 : tosize ? tosize : strlen(to), to == state.null ? "-" : to));
513 return special(to, tosize, from, fromsize);
522 if (fromsize)
531 return search(tab, from, fromsize, to, tosize) ? 0 : -1;
533 n = *(from + fromsize);
616 int fromsize; local
[all...]

Completed in 7 milliseconds