Searched refs:beginp (Results 1 – 3 of 3) sorted by relevance
200 char *beginp; in do_key2code() local215 beginp = argv[2]; in do_key2code()217 key[nel++] = beginp; in do_key2code()218 if ((endp = strchr(beginp, ' ')) != NULL) { in do_key2code()220 beginp = endp; in do_key2code()354 char *beginp; in testdict() local364 beginp = &linebuf[6]; in testdict()366 argv[argc++] = beginp; in testdict()367 if ((endp = strchr(beginp, ':')) != NULL) { in testdict()369 beginp = endp; in testdict()
483 char *beginp; in fm_dc_code2key() local524 beginp = linebuf; in fm_dc_code2key()527 while (*beginp && isspace(*beginp)) in fm_dc_code2key()528 beginp++; in fm_dc_code2key()529 if (*beginp == '\0') { in fm_dc_code2key()542 for (endp = beginp; *endp && !isspace(*endp); endp++) in fm_dc_code2key()546 if ((key[nel++] = strdup(beginp)) == NULL) { in fm_dc_code2key()553 beginp = endp; in fm_dc_code2key()
83 const char *beginp; /* start of string -- virtual NUL precedes */ member240 m->beginp = start; in matcher()606 if ((sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref()620 if (((sp == m->beginp && !(m->eflags®_NOTBOL)) || in backref()623 (sp > m->beginp && !ISWORD(*(sp-1)))) && in backref()633 (sp > m->beginp && ISWORD(*(sp-1)))) { in backref()672 assert(stop - m->beginp >= len); in backref()777 if (start == m->beginp) in fast()878 if (start == m->beginp) in slow()