OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vgrind/
vfontedpr.c
357
char *
comptr
; /* end of a comment delimiter */
local
385
comptr
= expmatch(s, l_combeg, dummy);
391
if (
comptr
!= NULL)
392
if ((
comptr
< strptr || strptr == NULL)
393
&& (
comptr
< acmptr || acmptr == NULL)
394
&& (
comptr
< chrptr || chrptr == NULL)
395
&& (
comptr
< blksptr || blksptr == NULL)
396
&& (
comptr
< blkeptr || blkeptr == NULL)) {
397
putKcp(s,
comptr
-1, false);
398
s =
comptr
;
[
all
...]
vfontedpr.c
357
char *
comptr
; /* end of a comment delimiter */
local
385
comptr
= expmatch(s, l_combeg, dummy);
391
if (
comptr
!= NULL)
392
if ((
comptr
< strptr || strptr == NULL)
393
&& (
comptr
< acmptr || acmptr == NULL)
394
&& (
comptr
< chrptr || chrptr == NULL)
395
&& (
comptr
< blksptr || blksptr == NULL)
396
&& (
comptr
< blkeptr || blkeptr == NULL)) {
397
putKcp(s,
comptr
-1, false);
398
s =
comptr
;
[
all
...]
Completed in 44 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026