Searched refs:phys (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/3d/ |
H A D | pathcanon.c | 31 * 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 D | pathcanon.c | 69 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/ie/ |
H A D | edit.c | 1103 int ed_virt_to_phys(virt,phys,cur,voff,poff) 1105 genchar *phys; 1109 register genchar *dp = phys; 1112 genchar *dpmax = phys+MAXLINE; 1122 r = dp - phys; 1142 c = dp-phys; 1157 r = dp - phys;
|
/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 1159 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 28 milliseconds