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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-python.c156 #define MAX_PHASE1_PUSHBACK 16 macro
157 static unsigned char phase1_pushback[MAX_PHASE1_PUSHBACK];
187 /* Supports MAX_PHASE1_PUSHBACK characters of pushback. */
248 unsigned char buf[MAX_PHASE1_PUSHBACK];
293 if (bufcount == MAX_PHASE1_PUSHBACK)
H A Dx-csharp.c142 #define MAX_PHASE1_PUSHBACK 16 macro
143 static unsigned char phase1_pushback[MAX_PHASE1_PUSHBACK];
174 /* Supports MAX_PHASE1_PUSHBACK characters of pushback. */
235 unsigned char buf[MAX_PHASE1_PUSHBACK];
279 if (bufcount == MAX_PHASE1_PUSHBACK)

Completed in 58 milliseconds