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

/ast/src/cmd/3d/
H A Dpathcanon.c31 * phys is for libast compatibility and is currently ignored
37 pathcanon(char* path, size_t size, int phys) argument
46 message((-6, "patcanon: ++ %s%s", path, phys ? " [PHYSICAL]" : ""));
115 phys = state.path.level;
122 state.path.level = phys;
/ast/src/lib/libast/path/
H A Dpathcanon.c69 char* phys; local
79 phys = path;
113 if (stat(phys, &st))
142 if (x = pathnext(phys, s - (*s != 0), &visits))
166 dots = pathgetlink(phys, buf, sizeof(buf));
194 if (stat(phys, &st))
/ast/src/cmd/ksh93/edit/
H A Dedit.c1159 Edpos_t ed_curpos(Edit_t *ep,genchar *phys, int off, int cur, Edpos_t curpos) argument
1161 register genchar *sp=phys;
1307 int ed_virt_to_phys(Edit_t *ep,genchar *virt,genchar *phys,int cur,int voff,int poff) argument
1310 register genchar *dp = phys;
1313 genchar *dpmax = phys+MAXLINE;
1320 r = dp - phys;
1344 c = dp-phys;
1359 r = dp - phys;
1366 ep->e_peol = dp-phys;

Completed in 21 milliseconds