| /netbsd-src/usr.bin/ctags/ |
| H A D | fortran.c | 54 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 D | lisp.c | 69 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 D | ctags.h | 79 extern char *lbp;
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | lfs_balloc.c | 627 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 D | Makefile.sub | 5 OBJS=lbp.$(OBJEXT) 6 CCSRCS=$(srcdir)/lbp.cpp
|
| /netbsd-src/bin/csh/ |
| H A D | dol.c | 822 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 D | Makefile | 10 SRCS= lbp.cpp
|
| /netbsd-src/external/gpl2/groff/dist/font/devlbp/ |
| H A D | Makefile.sub | 1 DEV=lbp
|
| /netbsd-src/external/gpl2/groff/font/devlbp/ |
| H A D | Makefile | 7 DEV= lbp
|
| /netbsd-src/external/gpl2/groff/tmac/ |
| H A D | Makefile | 33 lbp.tmac \
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | cd.c | 118 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 D | ChangeLog.116 | 166 * 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 D | ChangeLog | 222 * 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 D | ChangeLog.117 | 335 * 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 D | ChangeLog.118 | 120 * 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 D | ex_subst.c | 1323 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 D | Makefile.sub | 25 lbp.tmac \
|
| /netbsd-src/sbin/sysctl/ |
| H A D | sysctl.c | 573 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 D | options.c | 2564 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 D | groffer2.sh | 4815 lbp|lj4) 5683 X*|dvi|html|lbp|lj4|ps)
|
| /netbsd-src/distrib/sets/lists/text/ |
| H A D | mi | 675 ./usr/share/tmac/lbp.tmac text-groff-share share,groff
|
| /netbsd-src/external/gpl2/groff/dist/doc/ |
| H A D | groff-1 | 559 `lbp'
|
| H A D | groff.texinfo | 1131 @item lbp
|