HomeSort by: relevance | last modified time | path
    Searched defs:inword (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
text.c 1450 int inword, nc, nop; local
1480 inword = 0;
1489 inword = 0;
1496 nop = inword ? DownCase : UpCase;
1497 inword = 1;
  /src/external/gpl3/gdb.old/dist/readline/readline/
text.c 1450 int inword, nc, nop; local
1480 inword = 0;
1489 inword = 0;
1496 nop = inword ? DownCase : UpCase;
1497 inword = 1;
  /src/external/bsd/nvi/dist/vi/
vi.h 14 #define inword(ch) ((ch) == '_' || (ISGRAPH((UCHAR_T)ch) && !ISPUNCT((UCHAR_T)ch))) macro
  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 87 uInt inword, uoff, canon; /* .. */ local
127 inword=DECWORDS-1; /* current input word */
129 encode=DFWORD(result, inword);
134 inword--;
135 encode=DFWORD(result, inword);
147 DFWORD(result, inword)=encode; /* .. and save */
151 precode=DFWORD(result, inword+1); /* get previous */
153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff)));
156 DFWORD(result, inword)=encode; /* .. and save */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 87 uInt inword, uoff, canon; /* .. */ local
127 inword=DECWORDS-1; /* current input word */
129 encode=DFWORD(result, inword);
134 inword--;
135 encode=DFWORD(result, inword);
147 DFWORD(result, inword)=encode; /* .. and save */
151 precode=DFWORD(result, inword+1); /* get previous */
153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff)));
156 DFWORD(result, inword)=encode; /* .. and save */
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 87 uInt inword, uoff, canon; /* .. */ local
127 inword=DECWORDS-1; /* current input word */
129 encode=DFWORD(result, inword);
134 inword--;
135 encode=DFWORD(result, inword);
147 DFWORD(result, inword)=encode; /* .. and save */
151 precode=DFWORD(result, inword+1); /* get previous */
153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff)));
156 DFWORD(result, inword)=encode; /* .. and save */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 87 uInt inword, uoff, canon; /* .. */ local
127 inword=DECWORDS-1; /* current input word */
129 encode=DFWORD(result, inword);
134 inword--;
135 encode=DFWORD(result, inword);
147 DFWORD(result, inword)=encode; /* .. and save */
151 precode=DFWORD(result, inword+1); /* get previous */
153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff)));
156 DFWORD(result, inword)=encode; /* .. and save */

Completed in 30 milliseconds