Searched refs:pline (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dwresize.c55 struct ldat *pline = cmp->_line; local
79 tst->_line[row].text = &pline[tst->_pary + row].text[tst->_parx];
96 struct ldat *pline; local
133 pline = win->_parent->_line;
135 pline = 0;
178 } else if (pline != 0 && pline[win->_pary + row].text != 0) {
179 s = &pline[win->_pary + row].text[win->_parx];
H A Dlib_pad.c250 register struct ldat *pline = &CurScreen(sp)->_line[nind]; local
253 if (pline->text[j] != nline->text[j]
254 || pline->text[k] != nline->text[k]) {
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtipout.c81 char *pline = line; local
85 while (c != '\n' && (size_t)(pline - line) < sizeof(line)) {
86 *pline++ = c;
89 *pline = '\0';
92 if (pline == line) {
/freebsd-11-stable/contrib/mdocml/
H A Ddemandoc.c33 static void pline(int, int *, int *, int);
219 pline(int line, int *linep, int *col, int list) function
244 pline(p->line, line, col, list);
258 pline(p->line, line, col, list);
/freebsd-11-stable/usr.bin/id/
H A Did.c62 static void pline(struct passwd *);
206 pline(pw);
462 pline(struct passwd *pw) function
/freebsd-11-stable/sbin/geom/class/part/
H A Dgeom_part.c869 char **ap, *argv[6], line[BUFSIZ], *pline; local
929 pline = (char *)line;
930 pline[strlen(line) - 1] = 0;
931 if (skip_line(pline))
934 (*ap = strsep(&pline, " \t")) != NULL;)
938 label = pline = NULL;
972 pline = argv[4];
975 pline = argv[5];
1004 if (pline == NULL || *pline !
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsyms.c914 unsigned int *pline,
931 *pline = 0;
1311 *pline = 0;
1329 *pline = bfd_get_16 (abfd, stab + DESCOFF);
907 _bfd_stab_section_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, bfd_boolean *pfound, const char **pfilename, const char **pfnname, unsigned int *pline, void **pinfo) argument
/freebsd-11-stable/usr.bin/patch/
H A Dpatch.c1078 LINENUM pline = 1 + fuzz; local
1086 if (pline > pat_lines)
1088 for (iline = base + offset + fuzz; pline <= pat_lines; pline++, iline++) {
1092 plineptr = pfetch(pline);
1093 plinelen = pch_line_len(pline);
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c250 void parse_line(char *pline, int *fc, char **fv, int nf);
345 parse_line(char *pline, int *fc, char **fv, int nf) argument
349 p = pline;
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c825 int pline)
875 fprintf(args.pa_graphfile, "%p %u", (void *)paddr, pline);
824 pmcpl_ct_node_printchild(struct pmcpl_ct_node *ct, uintfptr_t paddr, int pline) argument
/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.c120 expr_symbol_where (symbolS *sym, char **pfile, unsigned int *pline)
129 *pline = l->line;
119 expr_symbol_where(symbolS *sym, char **pfile, unsigned int *pline) argument

Completed in 120 milliseconds