Home
last modified time | relevance | path

Searched refs:delim_flag (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/groff/src/preproc/pic/
HDpic.y25 extern int delim_flag;
358 { delim_flag = 1; }
361 delim_flag = 0;
376 { delim_flag = 2; }
378 { delim_flag = 0; }
389 { delim_flag = 2; }
391 { delim_flag = 0; }
401 { delim_flag = 1; }
404 delim_flag = 0;
418 { delim_flag = 1; }
[all …]
HDlex.cpp1695 int delim_flag = 0; variable
1746 if (delim_flag) { in yylex()
1748 if (delim_flag == 2) { in yylex()