Home
last modified time | relevance | path

Searched refs:setptr (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/mit/xorg/bin/xinput/
DMakefile7 setmode.c setptr.c state.c test.c test_xi2.c transform.c xinput.c
/netbsd/src/external/historical/nawk/dist/
Dawk.h45 #define setptr(ptr, a) (*(char *)(intptr_t)(ptr)) = (a) macro
Drun.c1719 setptr(patbeg, '\0'); in split()
1724 setptr(patbeg, temp); in split()
1792 setptr(s, '\0'); in split()
1798 setptr(s, temp); in split()
1827 setptr(s, '\0'); in split()
1833 setptr(s, temp); in split()
Dlib.c251 setptr(patbeg, '\0'); in readrec()
/netbsd/src/usr.bin/mail/
Dextern.h169 void setptr(FILE *, off_t);
Dlex.c287 setptr(ibuf, (off_t)0); in setfile()
336 setptr(ibuf, mailsize); /* read in new mail */ in incfile()
Dfio.c179 setptr(FILE *ibuf, off_t offset) in setptr() function