Searched refs:PREINCSTR (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/unzip/
H A Denvargs.c113 ch = *PREINCSTR(bufptr))
190 for (ch = *PREINCSTR(s); ch != '\0' && ch != '\"';
191 ch = *PREINCSTR(s))
H A Dunzpriv.h1081 # ifndef PREINCSTR
1082 # define PREINCSTR(ptr) (ptr += CLEN(ptr)) macro
1084 # define POSTINCSTR(ptr) (___TMP_PTR=(char *)(ptr), PREINCSTR(ptr),___TMP_PTR)
1100 # define PREINCSTR(ptr) (++(ptr)) macro
1108 #define INCSTR(ptr) PREINCSTR(ptr)
H A Dextract.c1062 } while (*PREINCSTR(p));

Completed in 70 milliseconds