OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagq
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/nvi/dist/perl_scripts/
make.pl
3
my ($
tagq
) = $curscr->
TagQ
("msg");
7
$
tagq
->Add($f, $l, $m);
10
$
tagq
->Push();
/src/external/bsd/nvi/dist/ex/
tag.h
68
* Each Q is a
TAGQ
, or tag "query", which is the result of one tag or cscope
99
TAILQ_HEAD(_tagqh, _tag)
tagq
;
member in struct:_tagq
ex_tag.c
57
static
TAGQ
*gtag_slist __P((SCR *, CHAR_T *, int));
59
static int ctag_sfile __P((SCR *, TAGF *,
TAGQ
*, char *));
60
static
TAGQ
*ctag_slist __P((SCR *, CHAR_T *));
63
static int tag_pop __P((SCR *,
TAGQ
*, int));
66
static int tagq_copy __P((SCR *,
TAGQ
*,
TAGQ
**));
104
* Enter a new
TAGQ
context based on a ctag string.
120
* Enter a new
TAGQ
context based on a ctag string.
128
TAGQ
*tqp;
187
TAGQ
*tqp
[
all
...]
ex_cscope.c
98
static
TAGQ
*create_cs_cmd __P((SCR *, const char *, size_t *));
104
static int parse __P((SCR *, CSC *,
TAGQ
*, int *));
449
TAGQ
*rtqp, *tqp;
467
* tags stack is empty, we'll need the `local context'
TAGQ
structure
474
CALLOC_GOTO(sp, rtqp,
TAGQ
*, 1, sizeof(
TAGQ
));
475
TAILQ_INIT(&rtqp->
tagq
);
479
TAILQ_INSERT_HEAD(&rtqp->
tagq
, rtp, q);
524
tqp->current = TAILQ_FIRST(&tqp->
tagq
);
552
/* Link the current
TAGQ
structure into place. *
[
all
...]
/src/external/bsd/nvi/dist/common/
api.c
522
* PUBLIC:
TAGQ
* api_tagq_new __P((SCR*, char*));
524
TAGQ
*
527
TAGQ
*tqp;
532
CALLOC_GOTO(sp, tqp,
TAGQ
*, 1, sizeof(
TAGQ
) + len + 1);
533
TAILQ_INIT(&tqp->
tagq
);
544
* PUBLIC: void api_tagq_add __P((SCR*,
TAGQ
*, char*, char *, char *));
547
api_tagq_add(SCR *sp,
TAGQ
*tqp, char *filename, char *search, char *msg)
570
TAILQ_INSERT_TAIL(&tqp->
tagq
, tp, q);
577
* PUBLIC: int api_tagq_push __P((SCR*,
TAGQ
**));
[
all
...]
Completed in 93 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026