Home
last modified time | relevance | path

Searched refs:lbp (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/ctags/
H A Dfortran.c56 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 …]
H A Dlisp.c57 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 …]
H A Dctags.h74 extern char *lbp;
/openbsd/bin/csh/
H A Ddol.c819 Char *lbp, *obp, *mbp; in heredoc() local
839 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()
/openbsd/usr.bin/vi/ex/
H A Dex_subst.c1203 re_sub(SCR *sp, char *ip, char **lbp, size_t *lbclenp, size_t *lblenp, in re_sub() argument
1216 lb = *lbp; /* Get local copies. */ in re_sub()
1327 *lbp = lb; /* Update caller's information. */ in re_sub()