HomeSort by relevance Sort by last modified time
    Searched refs:GETLINE (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 80 %left GETLINE
241 | pattern '|' GETLINE var {
242 if (safe) SYNTAX("cmd | getline is unsafe");
243 else $$ = op3(GETLINE, $4, itonp($2), $1); }
244 | pattern '|' GETLINE {
245 if (safe) SYNTAX("cmd | getline is unsafe");
246 else $$ = op3(GETLINE, (Node*)0, itonp($2), $1); }
372 | GETLINE var LT term { $$ = op3(GETLINE, $2, itonp($3), $4); }
373 | GETLINE LT term { $$ = op3(GETLINE, NIL, itonp($2), $3);
    [all...]
maketab.c 105 { GETLINE, "getline", "getline" },
lex.c 64 { "getline", GETLINE, GETLINE },
  /external/dhcpcd-6.8.2/
configure 13 GETLINE=
70 --without-getline) GETLINE=no;;
612 if [ -z "$GETLINE" ]; then
613 printf "Testing for getline ... "
619 getline(&buf, &n, stdin);
624 GETLINE=yes
626 GETLINE=no
628 echo "$GETLINE"
631 if [ "$GETLINE" = no ]; the
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 205 #undef GETLINE
243 #define GETLINE() LEXER->getLine(LEXER)
    [all...]

Completed in 1175 milliseconds