OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wrapindex
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/m4/
main.c
79
int
wrapindex
= 0; /* current offset in m4wraps */
variable
364
if (
wrapindex
) {
370
while (
wrapindex
!= 0) {
371
for (i = 0; i <
wrapindex
; i++)
373
wrapindex
=0;
377
for (i = 0; i <
wrapindex
; i++) {
extern.h
180
extern int
wrapindex
; /* current index in m4wraps */
eval.c
820
if (
wrapindex
>= maxwraps) {
828
m4wraps[
wrapindex
++] = xstrdup(text);
Completed in 86 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026