HomeSort by: relevance | last modified time | path
    Searched defs:wrapindex (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/m4/
main.c 79 int wrapindex = 0; /* current offset in m4wraps */ variable in typeref:typename:int
380 if (wrapindex) {
386 while (wrapindex != 0) {
387 for (i = 0; i < wrapindex; i++)
389 wrapindex =0;
393 for (i = 0; i < wrapindex; i++) {
main.c 79 int wrapindex = 0; /* current offset in m4wraps */ variable in typeref:typename:int
380 if (wrapindex) {
386 while (wrapindex != 0) {
387 for (i = 0; i < wrapindex; i++)
389 wrapindex =0;
393 for (i = 0; i < wrapindex; i++) {
main.c 79 int wrapindex = 0; /* current offset in m4wraps */ variable in typeref:typename:int
380 if (wrapindex) {
386 while (wrapindex != 0) {
387 for (i = 0; i < wrapindex; i++)
389 wrapindex =0;
393 for (i = 0; i < wrapindex; i++) {

Completed in 32 milliseconds