HomeSort by: relevance | last modified time | path
    Searched refs:MAX_PHASE1_PUSHBACK (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-python.c 157 #define MAX_PHASE1_PUSHBACK 16
158 static unsigned char phase1_pushback[MAX_PHASE1_PUSHBACK];
188 /* Supports MAX_PHASE1_PUSHBACK characters of pushback. */
249 unsigned char buf[MAX_PHASE1_PUSHBACK];
294 if (bufcount == MAX_PHASE1_PUSHBACK)
x-csharp.c 137 #define MAX_PHASE1_PUSHBACK 16
138 static unsigned char phase1_pushback[MAX_PHASE1_PUSHBACK];
169 /* Supports MAX_PHASE1_PUSHBACK characters of pushback. */
230 unsigned char buf[MAX_PHASE1_PUSHBACK];
274 if (bufcount == MAX_PHASE1_PUSHBACK)

Completed in 144 milliseconds