/freebsd/contrib/ncurses/ncurses/base/ |
H A D | wresize.c | 56 struct ldat *pline = cmp->_line; in repair_subwindows() local 94 tst->_line[row].text = &pline[tst->_pary + row].text[tst->_parx]; in repair_subwindows() 111 struct ldat *pline; in wresize() local 148 pline = win->_parent->_line; in wresize() 150 pline = 0; in wresize() 201 } else if (pline != 0 && pline[win->_pary + row].text != 0) { in wresize() 202 s = &pline[win->_pary + row].text[win->_parx]; in wresize()
|
H A D | lib_pad.c | 257 register struct ldat *pline = &CurScreen(sp)->_line[nind]; in pnoutrefresh() local 260 if (pline->text[j] != nline->text[j] in pnoutrefresh() 261 || pline->text[k] != nline->text[k]) { in pnoutrefresh()
|
/freebsd/usr.bin/tip/tip/ |
H A D | tipout.c | 73 char *pline = line; in intEMT() local 77 while (c != '\n' && (size_t)(pline - line) < sizeof(line)) { in intEMT() 78 *pline++ = c; in intEMT() 81 *pline = '\0'; in intEMT() 84 if (pline == line) { in intEMT()
|
/freebsd/contrib/mandoc/ |
H A D | demandoc.c | 34 static void pline(int, int *, int *, int); 215 pline(int line, int *linep, int *col, int list) in pline() function 240 pline(p->line, line, col, list); in pmdoc() 254 pline(p->line, line, col, list); in pman()
|
/freebsd/contrib/less/ |
H A D | edit.c | 218 char *pline = line; in check_modeline() local 222 pline = strstr(pline, *pgm); in check_modeline() 223 if (pline == NULL) /* pgm is not in this line */ in check_modeline() 225 str = skipsp(pline + strlen(*pgm)); in check_modeline() 226 if (pline == line || pline[-1] == ' ') in check_modeline() 235 pline = str; in check_modeline()
|
/freebsd/lib/geom/part/ |
H A D | geom_part.c | 870 char **ap, *argv[6], line[BUFSIZ], *pline; in gpart_restore() local 930 pline = (char *)line; in gpart_restore() 931 pline[strlen(line) - 1] = 0; in gpart_restore() 932 if (skip_line(pline)) in gpart_restore() 935 (*ap = strsep(&pline, " \t")) != NULL;) in gpart_restore() 939 label = pline = NULL; in gpart_restore() 973 pline = argv[4]; in gpart_restore() 976 pline = argv[5]; in gpart_restore() 1005 if (pline == NULL || *pline != '[') in gpart_restore() 1008 pline++; in gpart_restore() [all …]
|
/freebsd/usr.bin/patch/ |
H A D | patch.c | 1083 LINENUM pline = 1 + fuzz; in patch_match() local 1091 if (pline > pat_lines) in patch_match() 1093 for (iline = base + offset + fuzz; pline <= pat_lines; pline++, iline++) { in patch_match() 1097 plineptr = pfetch(pline); in patch_match() 1098 plinelen = pch_line_len(pline); in patch_match()
|
/freebsd/usr.bin/id/ |
H A D | id.c | 50 static void pline(struct passwd *); 196 pline(pw); in main() 452 pline(struct passwd *pw) in pline() function
|
/freebsd/contrib/tcsh/ |
H A D | tcsh.man2html | 433 local($sfirst, $slast, @paralines, @paratypes, $comment, $dl, $pline, 470 foreach $pline (0 .. $#paralines) { 477 $pfirst = $paralines[$pline] + 1; 478 if ($pline == $#paralines) { 481 $plast = $paralines[$pline + 1] - 1; 558 if ($paratypes[$pline] eq 'P') { 561 } elsif ($paratypes[$pline] eq 'I') { 575 if ($pline == $#paratypes || $paratypes[$pline + 1] ne 'T') {
|
/freebsd/usr.sbin/crunch/crunchgen/ |
H A D | crunchgen.c | 253 void parse_line(char *pline, int *fc, char **fv, int nf); 348 parse_line(char *pline, int *fc, char **fv, int nf) in parse_line() argument 352 p = pline; in parse_line()
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcpl_calltree.c | 828 int pline) in pmcpl_ct_node_printchild() argument 878 fprintf(args.pa_graphfile, "%p %u", (void *)paddr, pline); in pmcpl_ct_node_printchild()
|