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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dgetwd.c146 register char * pfrom = ptail; local
149 *pto++ = *pfrom++;
/barrelfish-master/lib/lua/src/
H A Dlcode.c43 int pfrom = GETARG_A(*previous); local
44 int pl = pfrom + GETARG_B(*previous);
45 if ((pfrom <= from && from <= pl + 1) ||
46 (from <= pfrom && pfrom <= l + 1)) { /* can connect both? */
47 if (pfrom < from) from = pfrom; /* from = min(from, pfrom) */

Completed in 37 milliseconds