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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/
rx-asm-good.s 80 .LWORD 1
81 .LWORD "two"
82 .LWORD 3+4
  /external/mksh/src/
syn.c 199 musthave(LWORD, 0);
205 musthave(LWORD, ishere ? HEREDELIM : 0);
290 case LWORD:
318 case LWORD:
358 while (token(CONTIN) == LWORD)
412 case LWORD:
448 musthave(LWORD, CMDASN);
470 musthave(LWORD, 0);
507 musthave(LWORD, 0);
647 case LWORD
    [all...]
lex.c 1000 return (LWORD);
1058 return (LWORD);
1088 return (LWORD);
    [all...]
eval.c 128 if (yylex(ONEWORD) != LWORD)
    [all...]
exec.c     [all...]
sh.h     [all...]
edit.c 403 if (yylex(ONEWORD | LQCHAR) != LWORD) {
    [all...]

Completed in 92 milliseconds