Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Ddefun.c70 int started_command = 0; in scan_group_in_string() local
92 if (c == '{' && !started_command) in scan_group_in_string()
94 if (c == '}' && !started_command) in scan_group_in_string()
98 started_command = (c == '@' && !started_command); in scan_group_in_string()