Searched refs:line_t (Results 1 - 25 of 25) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/
H A Dmodule2.c44 line_t volatile my_copline;
45 line_t volatile *my_p_copline;
/openbsd-current/bin/ed/
H A Ded.h58 } line_t; typedef in typeref:struct:line
70 line_t *h; /* head of list */
71 line_t *t; /* tail of list */
146 void add_line_node(line_t *);
157 line_t *get_addressed_line_node(int);
160 int get_line_node_addr(line_t *);
161 char *get_sbuf_line(line_t *);
178 void unmark_line_node(line_t *);
179 void unset_active_nodes(line_t *, line_t *);
[all...]
H A Dglbl.c43 static int set_active_node(line_t *);
44 static line_t *next_active_node(void);
51 line_t *lp;
86 line_t *lp = NULL;
141 static line_t **active_list; /* list of lines active in a global command */
149 set_active_node(line_t *lp)
153 line_t **ts;
156 (ti += MINBUFSZ), sizeof(line_t **))) == NULL) {
173 unset_active_nodes(line_t *np, line_t *m
[all...]
H A Dbuf.c49 static line_t buffer_head; /* incore buffer */
54 get_sbuf_line(line_t *lp)
90 line_t *lp;
94 if ((lp = malloc(sizeof(line_t))) == NULL) {
137 add_line_node(line_t *lp)
139 line_t *cp;
151 get_line_node_addr(line_t *lp)
153 line_t *cp = &buffer_head;
167 line_t *
170 static line_t *l
[all...]
H A Dsub.c42 static int substitute_matching_text(regex_t *, line_t *, int, int);
132 line_t *lp;
179 substitute_matching_text(regex_t *pat, line_t *lp, int gflag, int kth)
H A Dmain.c76 static int mark_line_node(line_t *, int);
78 static line_t *dup_line_node(line_t *);
898 line_t *lp;
1080 line_t *bp, *ep;
1112 line_t *b1, *a1, *b2, *a2;
1156 line_t *lp, *np = get_addressed_line_node(first_addr);
1192 line_t *n, *p;
1217 line_t *bp;
1218 line_t *e
[all...]
H A Dundo.c132 line_t *lp, *ep, *tl;
H A Dio.c80 line_t *lp = get_addressed_line_node(n);
178 line_t *lp = get_addressed_line_node(n);
/openbsd-current/gnu/usr.bin/perl/
H A Dparser.h96 line_t copline;
112 line_t herelines; /* number of lines in here-doc */
113 line_t preambling; /* line # when processing $ENV{PERL5DB} */
H A Dperly.y252 { if (parser->copline > (line_t)$PERLY_BRACE_OPEN)
253 parser->copline = (line_t)$PERLY_BRACE_OPEN;
264 { if (parser->copline > (line_t)$PERLY_EQUAL_SIGN)
265 parser->copline = (line_t)$PERLY_EQUAL_SIGN;
276 { if (parser->copline > (line_t)$PERLY_BRACE_OPEN)
277 parser->copline = (line_t)$PERLY_BRACE_OPEN;
468 parser->copline = (line_t)$KW_IF;
474 parser->copline = (line_t)$KW_UNLESS;
479 parser->copline = (line_t)$KW_GIVEN;
490 parser->copline = (line_t)
[all...]
H A Ddeb.c90 line_t line = PL_curcop ? CopLINE(PL_curcop) : NOLINE;
H A Dlocale.c132 __FILE__, (line_t)__LINE__, aTHX);
136 __FILE__, (line_t)__LINE__);
554 const line_t line,
683 const line_t line)
967 S_setlocale_from_aggregate_LC_ALL(pTHX_ const char * locale, const line_t line)
1112 const line_t line /* Called from this line number */
1412 const line_t caller_line)
1821 const line_t caller_0_line,
1822 const line_t caller_1_line)
6536 const line_t caller_lin
[all...]
H A Dtoke.c1738 line_t l;
1889 line_t line_num;
1944 line_num = ((line_t)uv) - 1;
1986 const line_t start = CopLINE(PL_curcop)+1;
1992 while (items-- && l < SSize_t_MAX && l == (line_t)l)
2657 CopLINE_set(PL_curcop, (line_t)PL_multi_start);
2736 const line_t l = CopLINE(PL_curcop);
10291 line_t orig_copline = 0, tmp_copline = 0;
10711 line_t first_line;
10712 line_t linedif
[all...]
H A Dcop.h437 line_t cop_line; /* line # of this command */
474 =for apidoc Am|line_t|CopLINE|const COP * c
H A Dhandy.h2541 =for apidoc Ay||line_t
2548 typedef U32 line_t; typedef
2550 #define NOLINE ((line_t) 4294967295UL) /* = FFFFFFFF */
H A Dproto.h1987 Perl_locale_panic(const char *msg, const char *file_name, const line_t line, const int errnum)
6978 S_restore_toggled_locale_i(pTHX_ const unsigned cat_index, const char *original_locale, const line_t caller_line);
6986 S_setlocale_failure_panic_i(pTHX_ const unsigned int cat_index, const char *current, const char *failed, const line_t caller_0_line, const line_t caller_1_line)
6992 S_stdize_locale(pTHX_ const int category, const char *input_locale, const char **buf, Size_t *buf_size, line_t caller_line);
6996 S_toggle_locale_i(pTHX_ const unsigned switch_cat_index, const char *new_locale, const line_t caller_line);
7002 S_my_setlocale_debug_string_i(pTHX_ const unsigned cat_index, const char *locale, const char *retval, const line_t line)
7068 S_emulate_setlocale_i(pTHX_ const unsigned int index, const char *new_locale, const recalc_lc_all_t recalc_LC_ALL, const line_t line);
7076 S_setlocale_from_aggregate_LC_ALL(pTHX_ const char *locale, const line_t line);
7105 S_less_dicey_void_setlocale_i(pTHX_ const unsigned cat_index, const char *locale, const line_t lin
[all...]
H A Dop.c1834 const line_t oldline = CopLINE(PL_curcop);
8781 const line_t oldline = CopLINE(PL_curcop);
10037 const line_t oldline = CopLINE(PL_curcop);
10155 const line_t l = PL_parser->copline;
10351 (line_t)PL_subline,
10691 const line_t l = PL_parser->copline;
10722 const line_t oldline = CopLINE(PL_curcop);
10963 (line_t)PL_subline,
11611 const line_t oldline = CopLINE(PL_curcop);
H A Dsv.h539 line_t xnv_lines; /* used internally by S_scan_subst() */
H A Dpeep.c1245 const line_t oldline = CopLINE(PL_curcop);
H A Ddump.c2535 Perl_dump_indent(aTHX_ level, file, " LINE = %" LINE_Tf "\n", (line_t)GvLINE(sv));
H A Dutil.c6638 line_t line;
H A Dperl.c5215 volatile const line_t oldline = PL_curcop ? CopLINE(PL_curcop) : 0;
/openbsd-current/gnu/gcc/gcc/
H A Dgcov.c227 } line_t; typedef in typeref:struct:line_info
239 line_t *lines;
522 src->lines = XCNEWVEC (line_t, src->num_lines);
1488 line_t *line = NULL; /* This is propagated from one iteration to the
1533 line_t *block_line = line ? line : &fn->src->lines[fn->line];
1560 line_t *line;
1786 const line_t *line; /* current line info ptr. */
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DB.xs1122 ret = sv_2mortal(newSVuv(*((line_t *)ptr)));
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12287 line_t oldline = PL_curcop->cop_line;
15559 const line_t ocopline = PL_copline;

Completed in 632 milliseconds