Searched refs:sawspace (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/sudo-72/src/
H A Dtoke.l83 static int continued, prev_state, sawspace;
239 if (!fill_args(yytext, 2, sawspace))
241 sawspace = FALSE;
247 if (!fill_args(yytext + 1, 1, sawspace))
249 sawspace = FALSE;
260 if (!fill_args(yytext, yyleng, sawspace))
262 sawspace = FALSE;
605 sawspace = TRUE; /* but remember for fill_args */
609 sawspace = TRUE; /* remember for fill_args */
787 sawspace
[all...]
H A Dtoke.c1487 static int continued, prev_state, sawspace; variable
1912 if (!fill_args(yytext, 2, sawspace))
1914 sawspace = FALSE;
1923 if (!fill_args(yytext + 1, 1, sawspace))
1925 sawspace = FALSE;
1942 if (!fill_args(yytext, yyleng, sawspace))
1944 sawspace = FALSE;
2401 sawspace = TRUE; /* but remember for fill_args */
2408 sawspace = TRUE; /* remember for fill_args */
3496 sawspace
[all...]

Completed in 124 milliseconds