Searched refs:lbp (Results 1 – 5 of 5) sorted by relevance
56 lbp = lbuf; in PF_funcs()58 ++lbp; in PF_funcs()59 for (; isspace((unsigned char)*lbp); ++lbp) in PF_funcs()61 if (!*lbp) in PF_funcs()70 for (; isspace((unsigned char)*lbp); ++lbp) in PF_funcs()92 for (; isspace((unsigned char)*lbp); ++lbp) in PF_funcs()94 if (!*lbp) in PF_funcs()111 for (; isspace((unsigned char)*lbp); ++lbp) in PF_funcs()113 if (!*lbp) in PF_funcs()151 for (; isspace((unsigned char)*lbp); ++lbp) in takeprec()[all …]
57 lbp = lbuf; in l_entries()61 switch(*lbp | ' ') { in l_entries()70 for (; !isspace((unsigned char)*lbp); ++lbp) in l_entries()72 for (; isspace((unsigned char)*lbp); ++lbp) in l_entries()74 for (cp = lbp; *cp && *cp != '\n'; ++cp) in l_entries()78 if (!(cp = strchr(lbp, ')'))) in l_entries()80 for (; cp >= lbp && *cp != ':'; --cp) in l_entries()82 if (cp < lbp) in l_entries()84 lbp = cp; in l_entries()89 for (cp = lbp + 1; in l_entries()[all …]
74 extern char *lbp;
819 Char *lbp, *obp, *mbp; in heredoc() local839 lbp = lbuf; in heredoc()846 *lbp++ = c; in heredoc()853 *lbp = 0; in heredoc()869 *lbp++ = '\n'; in heredoc()870 *lbp = 0; in heredoc()871 for (lbp = lbuf; (c = *lbp++) != '\0';) { in heredoc()
1203 re_sub(SCR *sp, char *ip, char **lbp, size_t *lbclenp, size_t *lblenp, in re_sub() argument1216 lb = *lbp; /* Get local copies. */ in re_sub()1327 *lbp = lb; /* Update caller's information. */ in re_sub()