Searched refs:lbp (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/ctags/
H A Dfortran.c54 char *lbp; /* line buffer pointer */ variable
68 lbp = lbuf;
69 if (*lbp == '%') /* Ratfor escape to fortran */
70 ++lbp;
71 for (; isspace((unsigned char)*lbp); ++lbp)
73 if (!*lbp)
75 switch (*lbp | ' ') { /* convert to lower-case */
82 for (; isspace((unsigned char)*lbp); ++lbp)
[all...]
H A Dlisp.c69 lbp = lbuf;
73 switch(*lbp | ' ') {
82 for (; !isspace((unsigned char)*lbp); ++lbp)
84 for (; isspace((unsigned char)*lbp); ++lbp)
86 for (cp = lbp; *cp && *cp != '\n'; ++cp)
90 if (!(cp = strchr(lbp, ')')))
92 for (; cp >= lbp && *cp != ':'; --cp)
94 if (cp < lbp)
[all...]
H A Dctags.h79 extern char *lbp;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grolbp/
H A DMakefile.sub5 OBJS=lbp.$(OBJEXT)
6 CCSRCS=$(srcdir)/lbp.cpp
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/src/devices/grolbp/
H A DMakefile8 SRCS= lbp.cpp
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/font/devlbp/
H A DMakefile7 DEV= lbp
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_balloc.c491 struct lbnentry *lbp; local
506 lbp = (struct lbnentry *)pool_get(&lfs_lbnentry_pool, PR_WAITOK);
507 lbp->lbn = lbn;
509 if (SPLAY_INSERT(lfs_splay, &ip->i_lfs_lbtree, lbp) != NULL) {
512 pool_put(&lfs_lbnentry_pool, lbp);
525 lfs_do_deregister(struct lfs *fs, struct inode *ip, struct lbnentry *lbp) argument
531 SPLAY_REMOVE(lfs_splay, &ip->i_lfs_lbtree, lbp);
540 pool_put(&lfs_lbnentry_pool, lbp);
548 struct lbnentry *lbp; local
559 lbp
569 struct lbnentry *lbp, *nlbp; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/font/devlbp/
H A DMakefile.sub1 DEV=lbp
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libparse/
H A Dclk_trimtsip.c350 unsigned char *lbp; local
365 lbp = (unsigned char *)&mb(14); /* last update time */
366 if (fetch_ieee754(&lbp, IEEE_SINGLE, &t0t, trim_offsets) != IEEE_OK)
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/tmac/
H A DMakefile33 lbp.tmac \
/netbsd-6-1-5-RELEASE/gnu/dist/groff/tmac/
H A DMakefile.sub25 lbp.tmac \
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_subst.c1319 re_sub(SCR *sp, CHAR_T *ip, CHAR_T **lbp, size_t *lbclenp, size_t *lblenp, regmatch_t *match) argument
1336 lb = *lbp; /* Get local copies. */
1447 *lbp = lb; /* Update caller's information. */
/netbsd-6-1-5-RELEASE/sbin/sysctl/
H A Dsysctl.c557 appendprintf(char **bp, size_t *lbp, const char *fmt, ...) argument
563 r = vsnprintf(*bp, *lbp, fmt, ap);
565 if (r < 0 || (size_t)r > *lbp)
566 r = *lbp;
568 *lbp -= r;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/groffer/
H A Dgroffer2.sh4815 lbp|lj4)
5683 X*|dvi|html|lbp|lj4|ps)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c5621 int *lbp = (int *) obj; local
5625 *lbp = 32;
5627 *lbp = 64;

Completed in 227 milliseconds