Home
last modified time | relevance | path

Searched refs:p_end (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c202 const char *p_end; /* end ('\0') of pattern */ member
245 if (p == ms->p_end) in classend()
252 if (p == ms->p_end) in classend()
254 if (*(p++) == L_ESC && p < ms->p_end) in classend()
327 if (p >= ms->p_end - 1) in matchbalance()
414 if (p != ms->p_end) { /* end of pattern? */ in match()
428 if ((p + 1) != ms->p_end) /* is the `$' the last char in pattern? */ in match()
608 ms.p_end = p + lp; in str_find_aux()
649 ms.p_end = p + lp; in gmatch_aux()
756 ms.p_end = p + lp; in str_gsub()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c1210 tok_get(register struct tok_state *tok, char **p_start, char **p_end) in tok_get() argument
1215 *p_start = *p_end = NULL; in tok_get()
1393 *p_end = tok->cur; in tok_get()
1403 *p_end = tok->cur - 1; /* Leave '\n' out of the string */ in tok_get()
1417 *p_end = tok->cur; in tok_get()
1533 *p_end = tok->cur; in tok_get()
1550 *p_end = tok->cur; in tok_get()
1607 *p_end = tok->cur; in tok_get()
1646 *p_end = tok->cur; in tok_get()
1668 *p_end = tok->cur; in tok_get()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c1190 tok_get(register struct tok_state *tok, char **p_start, char **p_end) in tok_get() argument
1195 *p_start = *p_end = NULL; in tok_get()
1373 *p_end = tok->cur; in tok_get()
1383 *p_end = tok->cur - 1; /* Leave '\n' out of the string */ in tok_get()
1397 *p_end = tok->cur; in tok_get()
1521 *p_end = tok->cur; in tok_get()
1578 *p_end = tok->cur; in tok_get()
1617 *p_end = tok->cur; in tok_get()
1639 *p_end = tok->cur; in tok_get()
1644 PyTokenizer_Get(struct tok_state *tok, char **p_start, char **p_end) in PyTokenizer_Get() argument
[all …]