Searched refs:FPARSELN_UNESCESC (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/compatibility/bsd/ | ||
H A D | libutil.h | 151 #define FPARSELN_UNESCESC 0x01 macro |
/haiku/src/libs/util/ | ||
H A D | fparseln.c | 174 skipesc += (flags & FPARSELN_UNESCESC); in fparseln() |