Searched refs:ln (Results 51 - 75 of 400) sorted by relevance

1234567891011>>

/openbsd-current/usr.sbin/cron/
H A Dmacros.h42 #define Set_LineNum(ln) { LineNumber = ln; }
/openbsd-current/regress/usr.bin/mandoc/db/dbm_dump/
H A DMakefile13 ln -sf ${.OBJDIR}/../../../../../usr.bin/mandoc/$@ .
/openbsd-current/regress/usr.bin/mandoc/db/mlinks/
H A DMakefile14 ln -sf ${.OBJDIR}/../../../../../usr.bin/mandoc/$@ .
/openbsd-current/usr.bin/mandoc/
H A Dtbl_layout.c64 int ln, const char *p, int *pos)
91 mandoc_msg(MANDOCERR_TBLLAYOUT_PAR, ln, *pos, NULL);
99 mandoc_msg(MANDOCERR_TBLLAYOUT_SPC, ln, *pos,
123 mandoc_msg(MANDOCERR_TBLLAYOUT_MOD, ln, *pos, "m");
166 ln, *pos - 1, NULL);
170 ln, *pos - 1, "%c", p[*pos - 1]);
194 ln, *pos, "TS %s", p + *pos - 1);
206 int ln, const char *p, int *pos)
219 ln, *pos, NULL);
239 ln, *po
63 mods(struct tbl_node *tbl, struct tbl_cell *cp, int ln, const char *p, int *pos) argument
205 cell(struct tbl_node *tbl, struct tbl_row *rp, int ln, const char *p, int *pos) argument
264 tbl_layout(struct tbl_node *tbl, int ln, const char *p, int pos) argument
[all...]
H A Dread.c151 struct buf ln; local
154 size_t pos; /* byte number in the ln buffer */
163 ln.sz = 256;
164 ln.buf = mandoc_malloc(ln.sz);
165 ln.next = NULL;
206 if (pos + 12 > ln.sz)
207 resize_buf(&ln, 256);
216 &blk, &i, &ln, &pos, &curp->filenc))) {
219 ln
[all...]
H A Dtbl_data.c42 int ln, const char *p, int *pos)
86 ln, startpos, "%s", p + startpos);
191 ln, startpos, "%s", dat->string);
195 tbl_cdata(struct tbl_node *tbl, int ln, const char *p, int pos) argument
211 getdata(tbl, tbl->last_span, ln, p, &pos);
234 ln, pos, "%s", dat->string);
259 tbl_data(struct tbl_node *tbl, int ln, const char *p, int pos) argument
283 sp = newspan(tbl, ln, rp);
287 sp = newspan(tbl, ln, rp);
310 sp = newspan(tbl, ln, r
41 getdata(struct tbl_node *tbl, struct tbl_span *dp, int ln, const char *p, int *pos) argument
[all...]
/openbsd-current/gnu/usr.bin/clang/libLLVMTextAPI/
H A DMakefile18 ln -s ${LLVM_SRCS}/lib/TextAPI/Target.cpp $@
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_snps_phy_regs.h19 #define _MMIO_SNPS_LN(ln, phy, reg) _MMIO(_SNPS2(phy, \
20 (reg) + (ln) * 0x10))
70 #define SNPS_PHY_TX_EQ(ln, phy) _MMIO_SNPS_LN(ln, phy, 0x168300)
/openbsd-current/usr.bin/make/
H A Dfor.c177 LstNode ln; local
179 for (ln = Lst_First(&arg->vars); ln != NULL; ln = Lst_Adv(ln))
181 Var_LoopVarName(Lst_Datum(ln)));
189 LstNode ln; local
194 for (ln = Lst_First(&arg->lst); ln != NULL; ln
[all...]
H A Dengine.c165 LstNode ln; local
168 for (ln = Lst_First(&gn->parents); ln != NULL; ln = Lst_Adv(ln)) {
169 GNode *p = Lst_Datum(ln);
288 LstNode ln; /* An element in the children list */ local
302 for (ln = Lst_First(&cgn->children); ln != NULL;
303 ln
334 LstNode ln; local
[all...]
H A Ddir.c418 LstNode ln; /* a list element */ local
460 for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln)) {
461 p = Lst_Datum(ln);
534 for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln)) {
675 LstNode ln; local
[all...]
H A Ddump.c156 LstNode ln; local
158 for (ln = Lst_First(&gn->cohorts); ln != NULL; ln = Lst_Adv(ln))
159 TargPrintNode(Lst_Datum(ln), full);
H A Ddirexpand.c94 LstNode ln; /* Current node */ local
96 for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln))
97 Dir_MatchFilesi(word, eword, Lst_Datum(ln), expansions);
H A Dtargequiv.c158 LstNode ln; local
165 for (ln = Lst_First(&extra->children); ln != NULL;
166 ln = Lst_Adv(ln)) {
167 cgn = Lst_Datum(ln);
371 LstNode ln; local
373 for (ln = Lst_First(l); ln != NULL; ln
[all...]
/openbsd-current/gnu/usr.bin/clang/clang/
H A DMakefile26 rm -f cc.1 && ln clang.1 cc.1; \
27 rm -f c++.1 && ln clang.1 c++.1; \
28 rm -f cpp.1 && ln clang.1 cpp.1; }
/openbsd-current/regress/lib/libcrypto/objects/
H A Dobjectstest.c62 const char *ln; member in struct:obj_test
72 .ln = "undefined",
78 .ln = "organizationName",
88 .ln = "stateOrProvinceName",
107 .ln = "CT Certificate SCTs",
118 .ln = "Enterprises",
159 const char *ln, *sn; local
163 if (ot->ln != NULL) {
164 if ((nid = OBJ_ln2nid(ot->ln)) != ot->nid) {
166 "want %d\n", ot->ln, ni
[all...]
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A DTestRunner.py927 for i, ln in enumerate(commands):
928 match = re.match(kPdbgRegex, ln)
931 ln = commands[i] = \
934 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows,
937 return lit.Test.Result(Test.FAIL, "shell parser error on: %r" % ln)
1019 for i, ln in enumerate(commands):
1020 match = re.match(kPdbgRegex, ln)
1032 for i, ln in enumerate(commands):
1033 match = re.match(kPdbgRegex, ln)
1119 keyword,ln
[all...]
/openbsd-current/gnu/llvm/clang/utils/
H A DCmpDriver99 for ln in err.split('\n'):
100 if (ln == 'Using built-in specs.' or
101 ln.startswith('Target: ') or
102 ln.startswith('Configured with: ') or
103 ln.startswith('Thread model: ') or
104 ln.startswith('gcc version') or
105 ln.startswith('clang version')):
107 elif ln.strip().startswith('"'):
108 self.commands.append(list(splitArgs(ln)))
110 self.stderr += ln
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dlab.h137 #define ffelab_set_definition_line(l,ln) ((l)->definition_line = (ln))
139 #define ffelab_set_doref_line(l,ln) ((l)->doref_line = (ln))
141 #define ffelab_set_firstref_line(l,ln) ((l)->firstref_line = (ln))
/openbsd-current/usr.sbin/config/
H A Dukc.c184 short *ln; local
194 ln = get_locnamp(cd->cf_locnames);
195 while (*ln != -1) {
196 if (*ln > maxlocnames)
197 maxlocnames = *ln;
198 ln++;
/openbsd-current/gnu/lib/libreadline/support/
H A Dmkdist89 s) ln -s $mode $newdir/$fname ; mode= ;; # symlink
90 l) ln $mode $newdir/$fname ; mode= ;; # hard link
/openbsd-current/gnu/usr.bin/binutils/
H A Dylwrap83 ln -s ../"$input" . > /dev/null 2>&1 || ln ../"$input" . > /dev/null 2>&1 || cp ../"$input" .
/openbsd-current/libexec/login_token/
H A DMakefile15 ln ${PROG} login_$$i ; \
/openbsd-current/usr.bin/less/
H A Dmark.c81 m->m_scrpos.ln = 0;
94 m->m_scrpos.ln = sc_height-1;
191 m->m_scrpos.ln = jump_sline;
208 jump_loc(scrpos.pos, scrpos.ln);
/openbsd-current/usr.sbin/rpc.bootparamd/
H A DMakefile13 ln -fs ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h .

Completed in 434 milliseconds

1234567891011>>