Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/ctags/
H A Dfortran.c54 char *lbp; /* line buffer pointer */ variable
68 lbp = lbuf; in PF_funcs()
69 if (*lbp == '%') /* Ratfor escape to fortran */ in PF_funcs()
70 ++lbp; in PF_funcs()
71 for (; isspace((unsigned char)*lbp); ++lbp) in PF_funcs()
73 if (!*lbp) in PF_funcs()
75 switch (*lbp | ' ') { /* convert to lower-case */ in PF_funcs()
82 for (; isspace((unsigned char)*lbp); ++lbp) in PF_funcs()
84 if (!*lbp) in PF_funcs()
104 for (; isspace((unsigned char)*lbp); ++lbp) in PF_funcs()
[all …]
H A Dlisp.c69 lbp = lbuf; in l_entries()
73 switch(*lbp | ' ') { in l_entries()
82 for (; !isspace((unsigned char)*lbp); ++lbp) in l_entries()
84 for (; isspace((unsigned char)*lbp); ++lbp) in l_entries()
86 for (cp = lbp; *cp && *cp != '\n'; ++cp) in l_entries()
90 if (!(cp = strchr(lbp, ')'))) in l_entries()
92 for (; cp >= lbp && *cp != ':'; --cp) in l_entries()
94 if (cp < lbp) in l_entries()
96 lbp = cp; in l_entries()
101 for (cp = lbp + 1; in l_entries()
[all …]
H A Dctags.h79 extern char *lbp;
/netbsd-src/sys/ufs/lfs/
H A Dlfs_balloc.c627 struct lbnentry *lbp; in lfs_register_block() local
642 lbp = (struct lbnentry *)pool_get(&lfs_lbnentry_pool, PR_WAITOK); in lfs_register_block()
643 lbp->lbn = lbn; in lfs_register_block()
645 if (SPLAY_INSERT(lfs_splay, &ip->i_lfs_lbtree, lbp) != NULL) { in lfs_register_block()
648 pool_put(&lfs_lbnentry_pool, lbp); in lfs_register_block()
661 lfs_do_deregister(struct lfs *fs, struct inode *ip, struct lbnentry *lbp) in lfs_do_deregister() argument
668 SPLAY_REMOVE(lfs_splay, &ip->i_lfs_lbtree, lbp); in lfs_do_deregister()
677 pool_put(&lfs_lbnentry_pool, lbp); in lfs_do_deregister()
688 struct lbnentry *lbp; in lfs_deregister_block() local
700 if ((lbp = SPLAY_FIND(lfs_splay, &ip->i_lfs_lbtree, &tmp)) != NULL) in lfs_deregister_block()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/devices/grolbp/
H A DMakefile.sub5 OBJS=lbp.$(OBJEXT)
6 CCSRCS=$(srcdir)/lbp.cpp
/netbsd-src/bin/csh/
H A Ddol.c822 Char *Dv[2], *lbp, *obp, *mbp, **vp; in heredoc() local
855 lbp = lbuf; in heredoc()
862 *lbp++ = (Char)c; in heredoc()
869 *lbp = 0; in heredoc()
884 *lbp++ = '\n'; in heredoc()
885 *lbp = 0; in heredoc()
886 for (lbp = lbuf; (c = *lbp++) != '\0';) { in heredoc()
/netbsd-src/external/gpl2/groff/devices/grolbp/
H A DMakefile10 SRCS= lbp.cpp
/netbsd-src/external/gpl2/groff/dist/font/devlbp/
H A DMakefile.sub1 DEV=lbp
/netbsd-src/external/gpl2/groff/font/devlbp/
H A DMakefile7 DEV= lbp
/netbsd-src/external/gpl2/groff/tmac/
H A DMakefile33 lbp.tmac \
/netbsd-src/sys/dev/scsipi/
H A Dcd.c118 struct buf *lbp; /* first buffer */ member
575 if (bp == bounce->lbp) { in cd_bounce_buffer_done()
578 bounce->lbp = NULL; in cd_bounce_buffer_done()
590 if (bounce->lbp != NULL || bounce->rbp != NULL) in cd_bounce_buffer_done()
651 struct buf *lbp, *rbp; in cd_make_bounce() local
673 error = cd_make_bounce_buffer(cd, bp, blkno, count, &lbp, bounce); in cd_make_bounce()
683 free(lbp->b_data, M_DEVBUF); in cd_make_bounce()
684 putiobuf(lbp); in cd_make_bounce()
691 bounce->lbp = lbp; in cd_make_bounce()
[all...]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.116166 * src/devices/grolbp/lbp.cc: #include nonposix.h
205 * src/devices/grolbp/lbp.cc, src/include/lib.h,
212 * src/devides/grolbp/lbp.h: Removed unused variables.
216 * src/devices/grolbp/lbp.cc (set_papersizes): Add declaration of
244 * src/devices/grolbp/lbp.cc: Various small fixes.
381 * src/devices/grolbp/lbp.cc (lbp_printer::draw): Removed superfluous
708 * src/devices/grolbp/lbp.cc: Added a strdup() version in case none
794 * src/devices/grolbp/lbp.cc: Add code.
811 * tmac/troffrc: Add tmac.lbp.
815 * tmac/tmac.lbp: New file.
H A DChangeLog222 * src/devices/grolbp/lbp.cpp, src/devices/grolbp/lbp.h: Remove
315 * src/devices/grolbp/lbp.h: Remove superfluous semicolons which
1409 * src/devices/grodvi/dvi.cpp, src/devices/grolbp/lbp.cpp,
2037 * src/devices/lbp/lbp.cpp (strsep): Removed. Unused.
2038 * src/devices/lbp/lbp.h (splinerel): Fix compiler warnings.
2046 * src/devices/grolbp/lbp.h, src/preproc/grn/gprint.h,
2117 * src/devices/grolbp/lbp.cpp: Don't define _GNU_SOURCE.
2119 * src/devices/grolbp/lbp.h: Some local variable renamings.
2390 * src/devices/grolbp/lbp.h (vmdvarc): Fix formatting string.
2685 * tmac/dvi.tmac, tmac/ps.tmac, tmac/lbp.tmac: Add u00{47,67}_0306,
[all …]
H A DChangeLog.117335 * src/devices/grolbp/lbp.h (lbpprintf, lbpputs, vdmprintf): Use
352 src/devices/grolbp/lbp.cc (main), src/utils/tfmtodit/tfmtodit.cc
425 * src/devices/grolbp/lbp.cc (wp54charset, set_papersize): Remove
607 * src/devices/grolbp/lbp.cc (long_options): Use symbolic getopt.h
1630 src/devices/grolbp/lbp.cc (main), src/devices/grolj4/lj4.cc
1662 * src/devices/grolbp/lbp.cc (main): Use Version_string instead of
1674 src/devices/grolbp/lbp.cc (main), src/devices/grolj4/lj4.cc
2119 * src/devices/grolbp/lbp.cc: Same workaround for sinix as for AIX.
2133 * src/devices/grolbp/lbp.cc: Add an AIX workaround for an autoconf
H A DChangeLog.118120 * src/devices/grolbp/lbp.cc: Replace `300' with `font::res' where
138 * src/devices/grolbp/lbp.cc (lbp_printer::req_linethickness): New
704 * src/devices/grolbp/lbp.cc: Remove unnecessary semicolons.
1026 * src/devices/grolbp/lbp.cc: Include paper.h.
1488 * tmac/lbp.tmac: Load latin1.tmac.
1788 * tmac/lbp.tmac: Add some font translations.
2379 * src/devices/grolbp/lbp.cc (main): Delete `pr'.
3028 * tmac/Makefile.sub (NORMALFILES): Add lbp.tmac.
3303 * src/devices/grolbp/lbp.cc (lbp_printer::draw): Ditto.
3723 * src/devices/grolbp/lbp.cc [!HAVE_STRDUP]: Removed.
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_subst.c1323 re_sub(SCR *sp, CHAR_T *ip, CHAR_T **lbp, size_t *lbclenp, size_t *lblenp, regmatch_t match[10]) in re_sub() argument
1340 lb = *lbp; /* Get local copies. */ in re_sub()
1451 *lbp = lb; /* Update caller's information. */ in re_sub()
/netbsd-src/external/gpl2/groff/dist/tmac/
H A DMakefile.sub25 lbp.tmac \
/netbsd-src/sbin/sysctl/
H A Dsysctl.c573 appendprintf(char **bp, size_t *lbp, const char *fmt, ...) in appendprintf() argument
579 r = vsnprintf(*bp, *lbp, fmt, ap); in appendprintf()
581 if (r < 0 || (size_t)r > *lbp) in appendprintf()
582 r = *lbp; in appendprintf()
584 *lbp -= r; in appendprintf()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c2564 struct buffer *lbp = NULL; in prepare_option_buffer()
2630 if (!buffer_allocate (&lbp, length + terminatep, MDL)) { in prepare_option_buffer()
2636 memcpy (lbp -> data, buffer, length + terminatep); in prepare_option_buffer()
2637 bp = lbp; in prepare_option_buffer()
2677 if (lbp != NULL) in prepare_option_buffer()
2678 buffer_dereference(&lbp, MDL); in prepare_option_buffer()
2561 struct buffer *lbp = NULL; prepare_option_buffer() local
/netbsd-src/external/gpl2/groff/dist/contrib/groffer/
H A Dgroffer2.sh4815 lbp|lj4)
5683 X*|dvi|html|lbp|lj4|ps)
/netbsd-src/distrib/sets/lists/text/
H A Dmi675 ./usr/share/tmac/lbp.tmac text-groff-share share,groff
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgroff-1559 `lbp'
H A Dgroff.texinfo1131 @item lbp