Searched refs:ptoi (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/one-true-awk/
H A Dproto.h93 extern int ptoi(void *);
H A Dparse.c268 int ptoi(void *p) /* convert pointer to integer */ function
H A Drun.c343 n = ptoi(a[0]); /* argument number, counting from 0 */
411 mode = ptoi(a[1]);
989 fp = redirect(ptoi(a[1]), a[2]);
1195 pair = ptoi(a[3]);
1223 arg3type = ptoi(a[3]);
1486 t = ptoi(a[0]);
1587 fp = redirect(ptoi(a[1]), a[2]);
H A Db.c891 if ((k == CHAR && c == ptoi(f->re[p[i]].lval.np))

Completed in 53 milliseconds