Searched refs:spc (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/3d/
H A Dmount3d.c29 char* spc = (char*)aspc; local
38 if ((!spc || !*spc) && (!path || !*path) && !mode) return(0);
57 if ((sp = spc) && (!*sp || *sp == '-' && !*(sp + 1) || *sp == '/' && *(sp + 1) == '#'))
89 else if (!spc)
101 if (!(pathreal(spc, P_PATHONLY|P_ABSOLUTE|P_NOSLASH, NiL)))
115 else if (!pathreal(spc, P_LSTAT, NiL)) r = -1;
144 else if (tab && spc) return(mapset(tab, path, 0, spc, 0));
146 return(MOUNT(spc, pat
[all...]
/ast/src/lib/libcmd/
H A Dwclib.c54 #define spc(c) ((c)&WC_SP) macro
372 if(!lasttype && spc(type[*cp]))
397 } while (spc(c = type[*cp++]));
465 if(spc(c))

Completed in 16 milliseconds