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

/external/dhcpcd-6.8.2/
H A Dconfigure13 GETLINE=
70 --without-getline) GETLINE=no;;
612 if [ -z "$GETLINE" ]; then
624 GETLINE=yes
626 GETLINE=no
628 echo "$GETLINE"
631 if [ "$GETLINE" = no ]; then
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg205 #undef GETLINE
243 #define GETLINE() LEXER->getLine(LEXER)
1854 <if(trace)>System.out.println("enter <ruleName> '"+(char)LA(1)+"' line="+GETLINE()+":"+GETCHARPOSITIONINLINE()+" failed="+failed+" backtracking="+BACKTRACKING);<endif>
1872 <if(trace)> ANTLR3_FPRINTF(stderr, "exit <ruleName> '%c' line=%d:%d failed = %d, backtracking =%d\n",LA(1),GETLINE(),GETCHARPOSITIONINLINE(),failed,BACKTRACKING);<endif>

Completed in 149 milliseconds